Home
last modified time | relevance | path

Searched +full:string +full:- +full:enum (Results 1 – 25 of 803) sorted by relevance

12345678910>>...33

/Zephyr-latest/scripts/dts/python-devicetree/tests/test-bindings/
Denums.yaml2 # SPDX-License-Identifier: BSD-3-Clause
4 description: Property enum test
9 int-enum:
11 enum:
12 - 1
13 - 2
14 - 3
16 string-enum: # not tokenizable
17 type: string
18 enum:
[all …]
/Zephyr-latest/dts/bindings/usb/uac2/
Dzephyr,uac2-feature-unit.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "zephyr,uac2-feature-unit"
8 # string-array properties start with Primary channel 0 and follow with Logical
9 # channel(s). The "not-present" value is allowed to facilitate having controls
14 data-source:
18 mute-control:
19 type: string-array
21 enum:
22 - "read-only"
23 - "host-programmable"
[all …]
Dzephyr,uac2-input-terminal.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "zephyr,uac2-input-terminal"
8 include: zephyr,uac2-channel-cluster.yaml
11 terminal-type:
17 assoc-terminal:
20 Associated terminal for bi-directional terminal types.
22 clock-source:
28 copy-protect-control:
29 type: string
31 enum:
[all …]
Dzephyr,uac2-output-terminal.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "zephyr,uac2-output-terminal"
9 terminal-type:
15 assoc-terminal:
20 data-source:
26 clock-source:
32 copy-protect-control:
33 type: string
35 enum:
36 - "host-programmable"
[all …]
Dzephyr,uac2-audio-streaming.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "zephyr,uac2-audio-streaming"
9 linked-terminal:
15 active-alternate-setting-control:
16 type: string
18 enum:
19 - "read-only"
21 valid-alternate-settings-control:
22 type: string
24 enum:
[all …]
Dzephyr,uac2-clock-source.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "zephyr,uac2-clock-source"
9 clock-type:
10 type: string
16 enum:
17 - "external"
18 - "internal-fixed"
19 - "internal-variable"
20 - "internal-programmable"
22 sof-synchronized:
[all …]
/Zephyr-latest/dts/bindings/ethernet/
Dinfineon,xmc4xxx-ethernet.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "infineon,xmc4xxx-ethernet"
9 - name: ethernet-controller.yaml
10 - name: pinctrl-device.yaml
16 pinctrl-0:
19 pinctrl-names:
22 phy-connection-type:
25 rxd0-port-ctrl:
27 type: string
29 enum:
[all …]
/Zephyr-latest/dts/bindings/tcpc/
Dnuvoton,numaker-tcpc.yaml2 # SPDX-License-Identifier: Apache-2.0
4 description: Nuvoton NuMaker USB Type-C port controller
6 compatible: "nuvoton,numaker-tcpc"
8 include: [base.yaml, reset-device.yaml, pinctrl-device.yaml]
23 vconn-overcurrent-event-polarity:
24 type: string
27 enum:
28 - "low-active"
29 - "high-active"
31 vconn-discharge-polarity:
[all …]
/Zephyr-latest/dts/bindings/comparator/
Dnxp,kinetis-acmp.yaml3 # SPDX-License-Identifier: Apache-2.0
11 compatible = "nxp,kinetis-acmp";
32 pinctrl-0 = <&acmp0_default>;
33 pinctrl-names = "default";
35 positive-mux-input = "IN0";
36 negative-mux-input = "IN1";
39 compatible: "nxp,kinetis-acmp"
42 - base.yaml
43 - pinctrl-device.yaml
52 nxp,enable-output-pin:
[all …]
Dnordic,nrf-comp.yaml2 # SPDX-License-Identifier: Apache-2.0
13 compatible = "nordic,nrf-comp";
23 single-ended mode, selecting an internal reference:
27 main-mode = "SE";
30 sp-mode = "NORMAL";
31 th-up = <36>;
32 th-down = <30>;
51 main-mode = "DIFF";
54 sp-mode = "NORMAL";
55 enable-hyst;
[all …]
Dnordic,nrf-lpcomp.yaml2 # SPDX-License-Identifier: Apache-2.0
5 Nordic nRF LPCOMP (analog Low-Power COMParator)
10 compatible = "nordic,nrf-lpcomp";
26 enable-hyst;
39 compatible: "nordic,nrf-lpcomp"
45 type: string
46 enum:
47 - "AIN0"
48 - "AIN1"
49 - "AIN2"
[all …]
/Zephyr-latest/dts/bindings/spi/
Dtelink,b91-spi.yaml2 # SPDX-License-Identifier: Apache-2.0
6 include: [spi-controller.yaml, pinctrl-device.yaml]
8 compatible: "telink,b91-spi"
14 peripheral-id:
15 type: string
17 enum:
18 - "PSPI_MODULE"
19 - "HSPI_MODULE"
21 pinctrl-0:
24 cs0-pin:
[all …]
/Zephyr-latest/dts/bindings/led/
Dnordic,npm1300-led.yaml2 # SPDX-License-Identifier: Apache-2.0
11 compatible: "nordic,npm1300-led"
14 nordic,led0-mode:
15 type: string
17 enum:
18 - error
19 - charging
20 - host
23 nordic,led1-mode:
24 type: string
[all …]
/Zephyr-latest/dts/bindings/test/
Dvnd,enum-string-array-holder.yaml2 # SPDX-License-Identifier: Apache-2.0
4 description: Test enum property container
6 compatible: "vnd,enum-string-array-holder"
12 type: string-array
13 enum:
14 - foo
15 - bar
16 - baz
17 - zoo
/Zephyr-latest/dts/bindings/mipi-dsi/
Dnxp,imx-mipi-dsi.yaml4 # SPDX-License-Identifier: Apache-2.0
8 compatible: "nxp,imx-mipi-dsi"
10 include: mipi-dsi-host.yaml
22 dpi-color-coding:
23 type: string
24 enum:
25 - "16-bit-config-1"
26 - "16-bit-config-2"
27 - "16-bit-config-3"
28 - "18-bit-config-1"
[all …]
Dnxp,mipi-dsi-2l.yaml4 # SPDX-License-Identifier: Apache-2.0
8 compatible: "nxp,mipi-dsi-2l"
10 include: mipi-dsi-host.yaml
21 dpi-color-coding:
22 type: string
23 enum:
24 - "16-bit-config-1"
25 - "16-bit-config-2"
26 - "16-bit-config-3"
27 - "18-bit-config-1"
[all …]
/Zephyr-latest/dts/bindings/dac/
Dnxp,gau-dac.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "nxp,gau-dac"
8 include: dac-controller.yaml
11 nxp,dac-reference:
12 type: string
13 enum:
14 - "internal"
15 - "external"
21 nxp,output-voltage-range:
22 type: string
[all …]
/Zephyr-latest/dts/bindings/counter/
Dnxp,imx-tmr.yaml1 # Copyright (c) 2022 KT-Elektronik, Klaucke und Partner GmbH
2 # SPDX-License-Identifier: Apache-2.0
7 compatible: "nxp,imx-tmr"
15 enum:
16 - 0
17 - 1
18 - 2
19 - 3
22 type: string
26 enum:
[all …]
/Zephyr-latest/dts/bindings/memory-controllers/
Drenesas,smartbond-nor-psram.yaml2 # SPDX-License-Identifier: Apache-2.0
8 compatible: "renesas,smartbond-nor-psram"
14 is-ram:
19 dev-size:
25 dev-type:
31 dev-density:
40 dev-id:
46 reset-delay-us:
52 read-cs-idle-min-ns:
59 erase-cs-idle-min-ns:
[all …]
/Zephyr-latest/dts/bindings/mfd/
Dnordic,npm2100.yaml2 # SPDX-License-Identifier: Apache-2.0
8 include: i2c-device.yaml
14 host-int-gpios:
15 type: phandle-array
18 host-int-type:
19 type: string
20 enum:
21 - "edge"
22 - "level"
28 pmic-int-pin:
[all …]
/Zephyr-latest/soc/nordic/nrf54h/bicr/
Dbicr-schema.json10 "type": "string",
14 "VDDH supplied with 2.1-5.5 V and VDD regulated by the chip (inductor present)",
17 "enum": [ array
34 "type": "string",
41 "enum": [ array
49 "type": "string",
56 "enum": [ array
64 "type": "string",
71 "enum": [ array
79 "type": "string",
[all …]
/Zephyr-latest/dts/bindings/clock/
Dnuvoton,numaker-scc.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "nuvoton,numaker-scc"
8 include: [clock-controller.yaml, base.yaml]
15 type: string
18 enum:
19 - "untouched"
20 - "enable"
21 - "disable"
24 type: string
26 Enable/disable 32.768 kHz low-speed external crystal oscillator (LXT)
[all …]
/Zephyr-latest/dts/bindings/bluetooth/
Dbt-hci.yaml6 bt-hci-name:
7 type: string
9 bt-hci-bus:
10 type: string
12 enum:
13 - "virtual"
14 - "usb"
15 - "pccard"
16 - "uart"
17 - "rs232"
[all …]
/Zephyr-latest/tests/lib/devicetree/api/
Dapp.overlay4 * SPDX-License-Identifier: Apache-2.0
9 * with real-world devicetree nodes, to allow these tests to run on
15 test-alias = &test_nodelabel;
24 string = "foo";
28 #address-cells = < 0x1 >;
29 #size-cells = < 0x1 >;
30 interrupt-parent = <&test_intc>;
32 test_cpu_intc: interrupt-controller {
33 compatible = "vnd,cpu-intc";
34 #address-cells = <0>;
[all …]
/Zephyr-latest/dts/bindings/power/
Dtelink,b91-power.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "telink,b91-power"
14 power-mode:
15 type: string
17 enum:
18 - "LDO_1P4_LDO_1P8"
19 - "DCDC_1P4_LDO_1P8"
20 - "DCDC_1P4_DCDC_1P8"
22 vbat-type:
23 type: string
[all …]

12345678910>>...33