Home
last modified time | relevance | path

Searched +full:child +full:- +full:binding (Results 1 – 25 of 180) sorted by relevance

12345678

/Zephyr-latest/dts/bindings/test/
Dvnd,great-grandchild-bindings.yaml2 # SPDX-License-Identifier: Apache-2.0
5 Test binding for 3 levels of "child-binding".
8 "child-binding:" in a YAML file. This file is used to test that the
11 compatible: "vnd,great-grandchild-bindings"
15 child-binding:
16 description: child node, no properties
18 child-binding:
21 child-binding:
22 description: great-grandchild node, ggc-prop property
25 ggc-prop:
Dvnd,video-multi-port.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "vnd,video-multi-port"
8 child-binding:
9 child-binding:
10 child-binding:
11 include: video-interfaces.yaml
Dvnd,child-bindings.yaml2 # SPDX-License-Identifier: Apache-2.0
4 description: Test child bindings
6 compatible: "vnd,child-bindings"
10 child-binding:
11 description: Test child binding
Dvnd,video-single-port.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "vnd,video-single-port"
8 child-binding:
9 child-binding:
10 include: video-interfaces.yaml
/Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings/
Dchild-binding-with-compat.yaml1 # SPDX-License-Identifier: BSD-3-Clause
3 description: child-binding with separate compatible than the parent
5 compatible: "top-binding-with-compat"
7 child-binding:
8 compatible: child-compat
9 description: child node
11 child-prop:
15 child-binding:
18 grandchild-prop:
Dchild-binding.yaml1 # SPDX-License-Identifier: BSD-3-Clause
3 description: child-binding test
5 compatible: "top-binding"
7 child-binding:
8 description: child node
10 child-prop:
13 child-ref:
16 child-binding:
19 grandchild-prop:
22 grandchild-ref:
Dparent.yaml1 # SPDX-License-Identifier: BSD-3-Clause
3 description: Parent binding
5 compatible: "binding-include-test"
7 include: child.yaml
11 # Changed from not being required in grandchild-1.yaml
15 child-binding:
16 # child.yaml included at child-binding level
17 include: child.yaml
21 # Changed from not being required in grandchild-1.yaml
/Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings-include/
Dfilter-child-bindings.yaml1 description: Test binding for filtering 'child-binding' properties
4 - name: include.yaml
5 property-allowlist: [x]
6 child-binding:
7 property-blocklist: [child-prop-1]
8 child-binding:
9 property-allowlist: [grandchild-prop-1]
11 compatible: filter-child-bindings
Dsimple.yaml1 # SPDX-License-Identifier: BSD-3-Clause
4 # the grandchild-binding level.
7 prop-1:
9 prop-2:
11 prop-3:
14 child-binding:
16 child-prop-1:
18 child-prop-2:
20 child-prop-3:
23 child-binding:
[all …]
Dsimple_filter_blocklist.yaml1 # SPDX-License-Identifier: BSD-3-Clause
4 # up to the grandchild-binding level.
7 - name: simple_inherit.yaml
8 property-blocklist: [prop-2, prop-3]
9 child-binding:
10 property-blocklist: [child-prop-2, child-prop-3]
11 child-binding:
12 property-blocklist: [grandchild-prop-2, grandchild-prop-3]
Dsimple_filter_allowlist.yaml1 # SPDX-License-Identifier: BSD-3-Clause
4 # up to the grandchild-binding level.
7 - name: simple_inherit.yaml
8 property-allowlist: [prop-1]
9 child-binding:
10 property-allowlist: [child-prop-1]
11 child-binding:
12 property-allowlist: [grandchild-prop-1]
Dallow-and-blocklist-child.yaml1 # SPDX-License-Identifier: BSD-3-Clause
5 child binding. This binding should cause an error.
6 compatible: allow-and-blocklist-child
8 - name: include.yaml
9 child-binding:
10 property-blocklist: [x]
11 property-allowlist: [y]
Dinclude.yaml1 # SPDX-License-Identifier: BSD-3-Clause
12 child-binding:
14 child-prop-1:
16 child-prop-2:
19 child-binding:
21 grandchild-prop-1:
23 grandchild-prop-2:
/Zephyr-latest/dts/bindings/video/
Dnxp,mipi-csi2rx.yaml4 # SPDX-License-Identifier: Apache-2.0
7 description: NXP MIPI CSI-2 Rx interface
9 compatible: "nxp,mipi-csi2rx"
13 child-binding:
14 child-binding:
15 child-binding:
16 include: video-interfaces.yaml
Dzephyr,video-emul-imager.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "zephyr,video-emul-imager"
8 include: i2c-device.yaml
10 child-binding:
11 child-binding:
12 include: video-interfaces.yaml
Daptina,mt9m114.yaml4 # SPDX-License-Identifier: Apache-2.0
10 include: i2c-device.yaml
12 child-binding:
13 child-binding:
14 include: video-interfaces.yaml
Dnxp,imx-csi.yaml5 # SPDX-License-Identifier: Apache-2.0
10 compatible: "nxp,imx-csi"
12 include: [base.yaml, pinctrl-device.yaml]
18 child-binding:
19 child-binding:
20 include: video-interfaces.yaml
Dzephyr,video-emul-rx.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "zephyr,video-emul-rx"
10 child-binding:
11 child-binding:
12 include: video-interfaces.yaml
17 - 0 # for input endpoint
18 - 1 # for output endpoint
Dovti,ov7725.yaml2 # SPDX-License-Identifier: Apache-2.0
9 reset-gpios:
10 type: phandle-array
13 reset. The sensor receives this as an active-low signal.
15 include: i2c-device.yaml
17 child-binding:
18 child-binding:
19 include: video-interfaces.yaml
/Zephyr-latest/scripts/dts/python-devicetree/tests/
Dtest_edtlib.py2 # SPDX-License-Identifier: BSD-3-Clause
23 # test.dts is the main test file. test-bindings/ and test-bindings-2/ has
46 with from_here(): edtlib.EDT("test.dts", ["test-bindings"])
48 enums_hpath = hpath('test-bindings/enums.yaml')
50 … marked as deprecated in 'properties:' in {hpath('test-bindings/deprecated.yaml')} for node /test-
51 "unit address and first address in 'reg' (0x1) don't match for /reg-zero-size-cells/node",
52 "unit address and first address in 'reg' (0x5) don't match for /reg-ranges/parent/node",
53 …"unit address and first address in 'reg' (0x30000000200000001) don't match for /reg-nested-ranges/…
54 …f"compatible 'enums' in binding '{enums_hpath}' has non-tokenizable enum for property 'string-enum…
55 …f"compatible 'enums' in binding '{enums_hpath}' has enum for property 'tokenizable-lower-enum' tha…
[all …]
/Zephyr-latest/dts/bindings/pinctrl/
Dnxp,lpc11u6x-pinctrl.yaml2 # SPDX-License-Identifier: Apache-2.0
4 compatible: "nxp,lpc11u6x-pinctrl"
7 - name: base.yaml
8 - name: nxp,lpc-iocon-pinctrl.yaml
9 child-binding:
10 child-binding:
11 property-allowlist:
12 - pinmux
13 - nxp,invert
14 - nxp,analog-mode
[all …]
Dnxp,imx8-pinctrl.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "nxp,imx8-pinctrl"
10 child-binding:
12 child-binding:
Dsilabs,si32-pinctrl.yaml3 # SPDX-License-Identifier: Apache-2.0
8 compatible: "silabs,si32-pinctrl"
11 - name: base.yaml
13 child-binding:
15 child-binding:
20 - name: pincfg-node.yaml
21 property-allowlist:
22 - input-enable
23 - output-enable
24 - output-low
[all …]
/Zephyr-latest/doc/build/dts/
Dbindings-syntax.rst1 .. _dt-bindings-file-syntax:
7 files are YAML files. A :ref:`simple example <dt-bindings-simple-example>` was
17 The top level of a bindings file maps keys to values. The top-level keys look
20 .. code-block:: yaml
22 # A high level description of the device the binding applies to:
24 This is the Vendomatic company's foo-device.
29 See https://yaml-multiline.info/ for formatting help.
34 # Used to match nodes to this binding:
35 compatible: "manufacturer,foo-device"
39 # binding's nodes need to satisfy go here.
[all …]
/Zephyr-latest/dts/bindings/mtd/
Dinfineon,xmc4xxx-nv-flash.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "infineon,xmc4xxx-nv-flash"
8 include: soc-nv-flash.yaml
10 child-binding:
12 child-binding:
15 pages-count:
16 description: Number of consecutive pages with size pages-size bytes
20 pages-size:

12345678