Home
last modified time | relevance | path

Searched +full:property +full:- +full:allowlist (Results 1 – 25 of 114) sorted by relevance

12345

/Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings-init/
Dfilter_allows_notblocked.yaml1 # SPDX-License-Identifier: BSD-3-Clause
3 # This binding file allows a property which is not blocked
4 # in simple_blocklist.yaml: we should end up with this property.
7 - name: simple_blocklist.yaml
8 property-allowlist: [prop-2]
9 child-binding:
10 property-allowlist: [child-prop-2]
11 child-binding:
12 property-allowlist: [grandchild-prop-2]
Dfilter_among_allowed.yaml1 # SPDX-License-Identifier: BSD-3-Clause
4 # in simple_allowlist.yaml: we should end up with no property at all.
7 - name: simple_allowlist.yaml
8 property-allowlist: [prop-3]
9 child-binding:
10 property-allowlist: [child-prop-3]
11 child-binding:
12 property-allowlist: [grandchild-prop-3]
Dsimple_allowlist.yaml1 # SPDX-License-Identifier: BSD-3-Clause
3 # Filter inherited property specifications
4 # up to the grandchild-binding level.
7 - name: simple_inherit.yaml
8 property-allowlist: [prop-1, prop-2]
9 child-binding:
10 property-allowlist: [child-prop-1, child-prop-2]
11 child-binding:
12 property-allowlist: [grandchild-prop-1, grandchild-prop-2]
Dbase_multi.yaml1 # SPDX-License-Identifier: BSD-3-Clause
4 # child-binding, grandchild-binding):
7 # child-binding:
9 # child-binding:
15 # Child-binding level:
16 # From top-level "include:" element.
17 # - child-prop-1 (amended)
18 # - child-prop-2
19 # - child-prop-enum
20 # From "child-binding: include:" element.
[all …]
Dthing.yaml1 # SPDX-License-Identifier: BSD-3-Clause
8 # - prop-1 (amended)
9 # - prop-enum (amended)
10 # - prop-thing (new property)
12 # Child-binding level:
13 # - child-prop-1 (amended)
14 # - child-prop-enum (amended)
15 # - child-prop-thing (new property)
17 # Grandchild-binding level:
18 # - grandchild-prop-1 (amended)
[all …]
Ddiamond.yaml1 # SPDX-License-Identifier: BSD-3-Clause
3 # Binding file for testing diamond inheritance (top-bottom).
18 # - prop-1 (amended in base_amend.yaml)
19 # - prop-enum (amended in base_amend.yaml)
20 # - prop-default (inherited from base.yaml)
22 # - prop-1 (last amended in thing.yaml)
23 # - prop-enum (amended in thing.yaml)
24 # - prop-thing (inherited from thing.yaml)
26 # - prop-enum (last amended here)
27 # - prop-diamond
[all …]
/Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings-include/
Dsimple_filter_allowlist.yaml1 # SPDX-License-Identifier: BSD-3-Clause
3 # Filter inherited property specifications
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]
Dallowlist.yaml1 # SPDX-License-Identifier: BSD-3-Clause
3 description: Valid property-allowlist.
4 compatible: allowlist
6 - name: include.yaml
7 property-allowlist: [x]
Dempty-allowlist.yaml1 # SPDX-License-Identifier: BSD-3-Clause
3 description: An empty property-allowlist is valid.
4 compatible: empty-allowlist
6 - name: include.yaml
7 property-allowlist: []
Dallow-and-blocklist-multilevel.yaml1 # SPDX-License-Identifier: BSD-3-Clause
4 Includes can be added at any level, so can property-allowlist and
5 property-blocklist.
7 compatible: allow-and-blocklist-multilevel
10 - name: include.yaml
11 property-allowlist: [x]
13 child-binding:
15 - name: include.yaml
16 property-blocklist: [y]
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
Dallow-not-list.yaml1 # SPDX-License-Identifier: BSD-3-Clause
4 A property-allowlist, if given, must be a list. This binding should
6 compatible: allow-not-list
8 - name: include.yaml
9 property-allowlist:
Dallow-and-blocklist.yaml1 # SPDX-License-Identifier: BSD-3-Clause
4 An include must not give both an allowlist and a blocklist.
6 compatible: allow-and-blocklist
8 - name: include.yaml
9 property-blocklist: [x]
10 property-allowlist: [y]
Dallow-and-blocklist-child.yaml1 # SPDX-License-Identifier: BSD-3-Clause
4 An include must not give both an allowlist and a blocklist in a
6 compatible: allow-and-blocklist-child
8 - name: include.yaml
9 child-binding:
10 property-blocklist: [x]
11 property-allowlist: [y]
Dinclude-no-name.yaml1 # SPDX-License-Identifier: BSD-3-Clause
5 compatible: include-no-name
7 - property-allowlist: [x]
Dintermixed.yaml1 # SPDX-License-Identifier: BSD-3-Clause
6 - name: include.yaml
7 property-allowlist: [x]
8 - include-2.yaml
Dinclude-invalid-keys.yaml1 # SPDX-License-Identifier: BSD-3-Clause
5 compatible: include-invalid-keys
7 - name: include.yaml
8 property-allowlist: [x]
9 bad-key-1: 3
10 bad-key-2: 3
/Zephyr-latest/dts/bindings/stepper/adi/
Dadi,tmc50xx.yaml1 # SPDX-FileCopyrightText: Copyright (c) 2024 Carl Zeiss Meditec AG
2 # SPDX-License-Identifier: Apache-2.0
12 /* Dual controller/driver for up to two 2-phase bipolar stepper motors */
16 spi-max-frequency = <DT_FREQ_M(24)>; /* Maximum SPI bus frequency */
18 #address-cells = <1>;
19 #size-cells = <0>;
21 poscmp-enable; test-mode; lock-gconf; /* ADI TMC Global configuration flags */
22 clock-frequency = <DT_FREQ_M(16)>; /* Internal/External Clock frequency */
29 invert-direction;
30 micro-step-res = <256>;
[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 …]
/Zephyr-latest/dts/bindings/clock/
Dst,stm32-clock-mux.yaml2 # SPDX-License-Identifier: Apache-2.0
9 The only property of this node is to select a clock input.
16 compatible: "st,stm32-clock-mux"
19 - name: base.yaml
20 property-allowlist:
21 - status
22 - compatible
23 - clocks
Drenesas,smartbond-lp-clock.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "renesas,smartbond-lp-clk"
9 - name: base.yaml
10 property-allowlist:
11 - status
12 - compatible
15 clock-src:
Drenesas,smartbond-sys-clock.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "renesas,smartbond-sys-clk"
9 - name: base.yaml
10 property-allowlist:
11 - status
12 - compatible
15 clock-src:
/Zephyr-latest/dts/bindings/regulator/
Dregulator-fixed.yaml1 # Copyright 2019-2020 Peter Bigot Consulting, LLC
3 # SPDX-License-Identifier: Apache-2.0
8 - name: base.yaml
9 - name: regulator.yaml
10 property-allowlist:
11 - regulator-name
12 - regulator-boot-on
13 - regulator-always-on
14 - regulator-min-microvolt
15 - regulator-max-microvolt
[all …]
Dnordic,nrf53x-regulator-hv.yaml2 # SPDX-License-Identifier: Apache-2.0
7 compatible: "nordic,nrf53x-regulator-hv"
10 - name: base.yaml
11 - name: regulator.yaml
12 property-allowlist:
13 - regulator-name
19 regulator-name:
Dnordic,nrf52x-regulator-hv.yaml2 # SPDX-License-Identifier: Apache-2.0
7 compatible: "nordic,nrf52x-regulator-hv"
10 - name: base.yaml
11 - name: regulator.yaml
12 property-allowlist:
13 - regulator-name
19 regulator-name:

12345