From zephyr commit f5409dec01c84aa8eda1830c64309abe3d5868d0. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
50 lines
850 B
YAML
50 lines
850 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
description: Device.props test
|
|
|
|
compatible: "props"
|
|
|
|
properties:
|
|
nonexistent-boolean:
|
|
type: boolean
|
|
|
|
existent-boolean:
|
|
type: boolean
|
|
|
|
int:
|
|
type: int
|
|
const: 1
|
|
|
|
array:
|
|
type: array
|
|
|
|
uint8-array:
|
|
type: uint8-array
|
|
|
|
string:
|
|
type: string
|
|
const: "foo"
|
|
|
|
string-array:
|
|
type: string-array
|
|
|
|
phandle-ref:
|
|
type: phandle
|
|
|
|
phandle-refs:
|
|
type: phandles
|
|
|
|
phandle-array-foos:
|
|
type: phandle-array
|
|
|
|
phandle-array-foo-names:
|
|
type: string-array
|
|
|
|
# There's some slight special-casing for GPIOs in that 'foo-gpios = ...'
|
|
# gets resolved to #gpio-cells rather than #foo-gpio-cells, so test that
|
|
# too
|
|
foo-gpios:
|
|
type: phandle-array
|
|
|
|
path:
|
|
type: path
|