Lines Matching refs:array
129 type: array
162 type: <string | int | boolean | array | uint8-array | string-array |
163 phandle | phandles | phandle-array | path | compound>
172 const: <string | int | array | uint8-array | string-array>
194 type: string-array
230 array-with-default:
231 type: array
232 default: [1, 2, 3] # Same as 'array-with-default = <1 2 3>'
238 string-array-with-default:
239 type: string-array
240 default: ["foo", "bar"] # Same as 'string-array-with-default = "foo", "bar"'
242 uint8-array-with-default:
243 type: uint8-array
244 default: [0x12, 0x34] # Same as 'uint8-array-with-default = [12 34]'
284 * - ``array``
288 * - ``uint8-array``
292 * - ``string-array``
304 * - ``phandle-array``
390 property with type ``phandle-array``.
393 property named ``foos`` with type ``phandle-array`` implicitly has specifier
408 type: phandle-array
438 type: phandle-array
479 type: phandle-array
624 Consider a binding for a node whose phandle may appear in a ``phandle-array``
668 either be omitted (recommended) or set to an empty array. Note that an empty
669 array is specified as e.g. ``clock-cells: []`` in YAML.
795 All ``phandle-array`` type properties support mapping through ``*-map``