Home
last modified time | relevance | path

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

1234

/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,tmc5041.yaml1 # SPDX-FileCopyrightText: Copyright (c) 2024 Carl Zeiss Meditec AG
2 # SPDX-License-Identifier: Apache-2.0
9 #include <zephyr/dt-bindings/stepper/adi/tmc5041_reg.h>
14 /* Dual controller/driver for up to two 2-phase bipolar stepper motors */
18 spi-max-frequency = <DT_FREQ_M(24)>; /* Maximum SPI bus frequency */
20 #address-cells = <1>;
21 #size-cells = <0>;
24 clock-frequency = <DT_FREQ_M(16)>; /* Internal/External Clock frequency */
31 invert-direction;
32 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 …]
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 …]
Dgd,gd32-pinctrl-common.yaml2 # SPDX-License-Identifier: Apache-2.0
6 child-binding:
7 child-binding:
9 - name: pincfg-node.yaml
10 property-allowlist:
11 - drive-push-pull
12 - drive-open-drain
13 - bias-disable
14 - bias-pull-down
15 - bias-pull-up
[all …]
/Zephyr-latest/dts/bindings/clock/
Dst,stm32-clock-mux.yaml2 # SPDX-License-Identifier: Apache-2.0
8 The only property of this node is to select a clock input.
15 compatible: "st,stm32-clock-mux"
18 - name: base.yaml
19 property-allowlist:
20 - status
21 - compatible
22 - 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:
Drenesas,smartbond-lp-osc.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "renesas,smartbond-lp-osc"
9 - name: fixed-clock.yaml
10 property-allowlist:
11 - status
12 - compatible
13 - clock-frequency
16 settle-time:
/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,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:
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,nrf5x-regulator.yaml2 # SPDX-License-Identifier: Apache-2.0
7 compatible: "nordic,nrf5x-regulator"
10 - name: base.yaml
11 - name: regulator.yaml
12 property-allowlist:
13 - regulator-name
14 - regulator-initial-mode
20 regulator-name:
23 regulator-initial-mode:
Dnordic,npm1100.yaml2 # SPDX-License-Identifier: Apache-2.0
25 nordic,iset-gpios:
26 type: phandle-array
30 child-binding:
32 nordic,mode-gpios:
33 type: phandle-array
38 - name: regulator.yaml
39 property-allowlist:
40 - regulator-allowed-modes
41 - regulator-initial-mode
/Zephyr-latest/dts/bindings/gpio/
Drenesas,rz-gpio.yaml2 # SPDX-License-Identifier: Apache-2.0
7 gpio-consumer{
8 out-gpio = <&gpio8 2 (GPIO_PULL_UP);
15 - Using interrupt TINT10
16 - Set Pullup
19 compatible: "renesas,rz-gpio"
22 - name: base.yaml
23 property-allowlist:
24 - status
25 - reg
[all …]

1234