Searched full:grandchild (Results 1 – 22 of 22) sorted by relevance
/Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings/ |
D | parent.yaml | 11 # Changed from not being required in grandchild-1.yaml 13 # Type set in grandchild 21 # Changed from not being required in grandchild-1.yaml 23 # Type set in grandchild
|
D | child.yaml | 3 include: [grandchild-1.yaml, grandchild-2.yaml, grandchild-3.yaml]
|
D | child-binding.yaml | 17 description: grandchild node 19 grandchild-prop: 22 grandchild-ref:
|
D | child-binding-with-compat.yaml | 16 description: grandchild node 18 grandchild-prop:
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings-include/ |
D | simple.yaml | 4 # the grandchild-binding level. 25 grandchild-prop-1: 27 grandchild-prop-2: 29 grandchild-prop-3:
|
D | simple_filter_blocklist.yaml | 4 # up to the grandchild-binding level. 12 property-blocklist: [grandchild-prop-2, grandchild-prop-3]
|
D | simple_filter_allowlist.yaml | 4 # up to the grandchild-binding level. 12 property-allowlist: [grandchild-prop-1]
|
D | include.yaml | 21 grandchild-prop-1: 23 grandchild-prop-2:
|
D | filter-child-bindings.yaml | 9 property-allowlist: [grandchild-prop-1]
|
/Zephyr-latest/dts/bindings/test/ |
D | vnd,great-grandchild-bindings.yaml | 11 compatible: "vnd,great-grandchild-bindings" 19 description: grandchild node, no properties 22 description: great-grandchild node, ggc-prop property
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | wch,afio.yaml | 25 The grandchild nodes group pins that share the same pin configuration.
|
D | atmel,sam-pinctrl.yaml | 91 The grandchild nodes group pins that share the same pin configuration.
|
D | atmel,sam0-pinctrl.yaml | 93 The grandchild nodes group pins that share the same pin configuration.
|
D | gd,gd32-pinctrl-af.yaml | 97 The grandchild nodes group pins that share the same pin configuration.
|
D | gd,gd32-pinctrl-afio.yaml | 119 The grandchild nodes group pins that share the same pin configuration.
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/ |
D | test_edtlib.py | 236 assert str(edt.get_node("/parent/child-2/grandchild").parent) == \ 356 grandchild = child.child_binding 359 assert set(grandchild.prop2specs.keys()) == {'grandchild-prop-1'} 382 # Base binding file, specifies a few properties up to the grandchild-binding level. 445 (grandchild-binding level). 465 assert {"grandchild-prop-1"} == set(grandchild_binding.prop2specs.keys()) 479 assert {"grandchild-prop-1"} == set(grandchild_binding.prop2specs.keys()) 540 grandchild = edt.get_node("/child-binding/child-1/grandchild") 550 assert str(grandchild.binding_path) == hpath("test-bindings/child-binding.yaml") 551 assert str(grandchild.description) == "grandchild node" [all …]
|
D | test.dts | 321 grandchild { 482 grandchild { 483 grandchild-prop = <2>; 484 grandchild-ref = < &{/child-binding-dep} >;
|
/Zephyr-latest/tests/lib/devicetree/api/ |
D | app.overlay | 669 compatible = "vnd,great-grandchild-bindings"; 672 grandchild { 673 test_ggc: great-grandchild {
|
/Zephyr-latest/doc/build/dts/ |
D | bindings-syntax.rst | 495 will apply to the ``grandchild`` node in this DTS: 502 grandchild {
|
/Zephyr-latest/doc/_scripts/ |
D | gen_devicetree_rest.py | 680 level_string = 'Grandchild'
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.5.rst | 1265 …hen platform is nsim_hs_smp, process "west flash" become defunct, the grandchild "cld" process ca…
|
D | release-notes-3.3.rst | 829 grandchild level, while drivers using the node approach need to include it
|