Searched +full:tokenizable +full:- +full:enum (Results 1 – 4 of 4) sorted by relevance
2 # SPDX-License-Identifier: BSD-3-Clause4 description: Property enum test9 int-enum:11 enum:12 - 113 - 214 - 316 string-enum: # not tokenizable18 enum:19 - foo bar[all …]
4 * SPDX-License-Identifier: BSD-3-Clause9 /dts-v1/;16 interrupt-parent-test {18 compatible = "interrupt-three-cell";19 #interrupt-cells = <3>;20 interrupt-controller;24 interrupt-names = "foo", "bar";25 interrupt-parent = <&{/interrupt-parent-test/controller}>;28 interrupts-extended-test {29 controller-0 {[all …]
2 # SPDX-License-Identifier: BSD-3-Clause22 # test.dts is the main test file. test-bindings/ and test-bindings-2/ has45 with from_here(): edtlib.EDT("test.dts", ["test-bindings"])47 enums_hpath = hpath('test-bindings/enums.yaml')49 … marked as deprecated in 'properties:' in {hpath('test-bindings/deprecated.yaml')} for node /test-…50 "unit address and first address in 'reg' (0x1) don't match for /reg-zero-size-cells/node",51 "unit address and first address in 'reg' (0x5) don't match for /reg-ranges/parent/node",52 …"unit address and first address in 'reg' (0x30000000200000001) don't match for /reg-nested-ranges/…53 …f"compatible 'enums' in binding '{enums_hpath}' has non-tokenizable enum for property 'string-enum…54 …ble 'enums' in binding '{enums_hpath}' has enum for property 'tokenizable-lower-enum' that is only…[all …]
3 # SPDX-License-Identifier: BSD-3-Clause17 but a binding can also come from a 'child-binding:' key in the binding for the23 The top-level entry points for the library are the EDT and Binding classes.31 # --------------------47 # - Consider using @property for APIs that don't need parameters. It makes51 # - Think about the data type of the thing you're exposing. Exposing something55 # - Avoid get_*() prefixes on functions. Name them after the thing they return60 # - Don't expose dtlib stuff directly.62 # - Add documentation for any new APIs you add.130 and processing /delete-node/ and /delete-property/, as a string[all …]