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/ |
D | simple_filter_allowlist.yaml | 1 # 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]
|
D | allowlist.yaml | 1 # SPDX-License-Identifier: BSD-3-Clause 3 description: Valid property-allowlist. 4 compatible: allowlist 6 - name: include.yaml 7 property-allowlist: [x]
|
D | empty-allowlist.yaml | 1 # 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: []
|
D | allow-and-blocklist-multilevel.yaml | 1 # 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]
|
D | filter-child-bindings.yaml | 1 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
|
D | allow-not-list.yaml | 1 # 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:
|
D | allow-and-blocklist.yaml | 1 # 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]
|
D | allow-and-blocklist-child.yaml | 1 # 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]
|
D | include-no-name.yaml | 1 # SPDX-License-Identifier: BSD-3-Clause 5 compatible: include-no-name 7 - property-allowlist: [x]
|
D | intermixed.yaml | 1 # SPDX-License-Identifier: BSD-3-Clause 6 - name: include.yaml 7 property-allowlist: [x] 8 - include-2.yaml
|
D | include-invalid-keys.yaml | 1 # 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/ |
D | adi,tmc5041.yaml | 1 # 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/ |
D | nxp,lpc11u6x-pinctrl.yaml | 2 # 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 …]
|
D | silabs,si32-pinctrl.yaml | 3 # 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 …]
|
D | gd,gd32-pinctrl-common.yaml | 2 # 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/ |
D | st,stm32-clock-mux.yaml | 2 # 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
|
D | renesas,smartbond-lp-clock.yaml | 2 # 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:
|
D | renesas,smartbond-sys-clock.yaml | 2 # 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:
|
D | renesas,smartbond-lp-osc.yaml | 2 # 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/ |
D | regulator-fixed.yaml | 1 # 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 …]
|
D | nordic,nrf52x-regulator-hv.yaml | 2 # 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:
|
D | nordic,nrf53x-regulator-hv.yaml | 2 # 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:
|
D | nordic,nrf5x-regulator.yaml | 2 # 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:
|
D | nordic,npm1100.yaml | 2 # 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/ |
D | renesas,rz-gpio.yaml | 2 # 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