Home
last modified time | relevance | path

Searched refs:gpios (Results 26 – 50 of 1463) sorted by relevance

12345678910>>...59

/Zephyr-latest/tests/drivers/gpio/gpio_hogs/boards/
Dnrf52_bsim.overlay11 output-high-gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
12 output-low-gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
13 input-gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
20 gpios = <13 GPIO_ACTIVE_LOW>;
26 gpios = <14 GPIO_ACTIVE_HIGH>;
32 gpios = <11 GPIO_ACTIVE_LOW>;
Dnrf54l15bsim_nrf54l15_cpuapp.overlay11 output-high-gpios = <&gpio0 3 GPIO_ACTIVE_LOW>;
12 output-low-gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>;
13 input-gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
20 gpios = <3 GPIO_ACTIVE_LOW>;
26 gpios = <4 GPIO_ACTIVE_HIGH>;
32 gpios = <1 GPIO_ACTIVE_LOW>;
Dfrdm_k64f.overlay11 output-high-gpios = <&gpioc 5 GPIO_ACTIVE_LOW>;
12 output-low-gpios = <&gpiob 20 GPIO_ACTIVE_HIGH>;
13 input-gpios = <&gpioc 7 GPIO_ACTIVE_HIGH>;
20 gpios = <5 GPIO_ACTIVE_LOW>;
26 gpios = <7 GPIO_ACTIVE_HIGH>;
34 gpios = <20 GPIO_ACTIVE_HIGH>;
Dnucleo_g474re.overlay11 output-high-gpios = <&gpioc 2 GPIO_ACTIVE_LOW>;
12 output-low-gpios = <&gpiof 1 GPIO_ACTIVE_HIGH>;
13 input-gpios = <&gpioc 3 GPIO_ACTIVE_HIGH>;
20 gpios = <2 GPIO_ACTIVE_LOW>;
26 gpios = <3 GPIO_ACTIVE_HIGH>;
34 gpios = <1 GPIO_ACTIVE_HIGH>;
/Zephyr-latest/tests/drivers/stepper/stepper_api/boards/
Dnucleo_f767zi_ti_drv8424.overlay21 dir-gpios = <&arduino_header 18 0>; /* D12 */
22 step-gpios = <&arduino_header 19 0>; /* D13 */
23 sleep-gpios = <&arduino_header 15 GPIO_ACTIVE_LOW>; /* D9 */
24 en-gpios = <&arduino_header 14 0>; /* D8 */
25 m0-gpios = <&arduino_header 16 0>;
26 m1-gpios = <&arduino_header 17 0>;
/Zephyr-latest/tests/drivers/build_all/input/
Dapp.overlay56 gpios = <&test_gpio 0 0>;
65 gpios = <&test_gpio 0 0>;
77 row-gpios = <&test_gpio 0 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>,
79 col-gpios = <&test_gpio 2 GPIO_ACTIVE_LOW>,
94 row-gpios = <&test_gpio 0 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>,
97 col-gpios = <&test_gpio 3 GPIO_ACTIVE_HIGH>,
105 row-gpios = <&test_gpio 0 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>,
108 col-gpios = <&test_gpio 3 GPIO_ACTIVE_HIGH>,
116 gpios = <&test_gpio 0 0>, <&test_gpio 1 0>;
125 gpios = <&test_gpio 0 0>, <&test_gpio 1 0>;
[all …]
/Zephyr-latest/boards/arm/mps3/
Dmps3_common.dtsi26 gpios = <&gpio_led0 0>;
30 gpios = <&gpio_led0 1>;
34 gpios = <&gpio_led0 2>;
38 gpios = <&gpio_led0 3>;
42 gpios = <&gpio_led0 4>;
46 gpios = <&gpio_led0 5>;
50 gpios = <&gpio_led0 6>;
54 gpios = <&gpio_led0 7>;
58 gpios = <&gpio_led0 8>;
62 gpios = <&gpio_led0 9>;
[all …]
/Zephyr-latest/samples/bluetooth/hci_ipc/boards/
Dnrf5340_audio_dk_nrf5340_cpunet_nrf21540_ek.overlay4 tx-en-gpios = <&arduino_header 11 GPIO_ACTIVE_HIGH>; /* D5 */
5 rx-en-gpios = <&arduino_header 9 GPIO_ACTIVE_HIGH>; /* D3 */
6 pdn-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>; /* D9 */
7 ant-sel-gpios = <&arduino_header 10 GPIO_ACTIVE_HIGH>; /* D4 */
8 mode-gpios = <&arduino_header 8 GPIO_ACTIVE_HIGH>; /* D2 */
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/
Dapp_gpio.c39 GPIO_DT_SPEC_GET(LED0_NODE, gpios),
41 GPIO_DT_SPEC_GET(LED1_NODE, gpios),
42 GPIO_DT_SPEC_GET(LED2_NODE, gpios),
43 GPIO_DT_SPEC_GET(LED3_NODE, gpios),
48 GPIO_DT_SPEC_GET(SW0_NODE, gpios),
50 GPIO_DT_SPEC_GET(SW1_NODE, gpios),
51 GPIO_DT_SPEC_GET(SW2_NODE, gpios),
52 GPIO_DT_SPEC_GET(SW3_NODE, gpios),
/Zephyr-latest/tests/drivers/build_all/gpio/
Dapp.overlay56 int-gpios = <&test_gpio 0 0>;
57 reset-gpios = <&test_gpio 0 0>;
66 int-gpios = <&test_gpio 0 0>;
67 reset-gpios = <&test_gpio 0 0>;
76 int-gpios = <&test_gpio 0 0>;
77 reset-gpios = <&test_gpio 0 0>;
86 int-gpios = <&test_gpio 0 0>;
87 reset-gpios = <&test_gpio 0 0>;
96 int-gpios = <&test_gpio 0 0>;
105 int-gpios = <&test_gpio 0 0>;
[all …]
/Zephyr-latest/boards/shields/inventek_eswifi/
Dinventek_eswifi_arduino_spi.overlay11 cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>;
20 data-gpios = <&arduino_header 15 GPIO_ACTIVE_HIGH>;
22 wakeup-gpios = <&arduino_header 13 GPIO_ACTIVE_HIGH>;
24 resetn-gpios = <&arduino_header 12 GPIO_ACTIVE_HIGH>;
26 boot0-gpios = <&arduino_header 11 GPIO_ACTIVE_HIGH>;
/Zephyr-latest/boards/adafruit/macropad_rp2040/
Dadafruit_macropad_rp2040.dts33 enable-gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
40 gpios = <&gpio0 1 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
45 gpios = <&gpio0 2 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
50 gpios = <&gpio0 3 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
55 gpios = <&gpio0 4 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
60 gpios = <&gpio0 5 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
65 gpios = <&gpio0 6 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
70 gpios = <&gpio0 7 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
75 gpios = <&gpio0 8 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
80 gpios = <&gpio0 9 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
[all …]
/Zephyr-latest/boards/digilent/arty_a7/dts/
Darty_a7_arm_designstart.dtsi34 gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;
38 gpios = <&gpio1 1 GPIO_ACTIVE_HIGH>;
42 gpios = <&gpio1 0 GPIO_ACTIVE_HIGH>;
47 gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>;
51 gpios = <&gpio1 4 GPIO_ACTIVE_HIGH>;
55 gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>;
60 gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
64 gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
68 gpios = <&gpio1 6 GPIO_ACTIVE_HIGH>;
73 gpios = <&gpio1 11 GPIO_ACTIVE_HIGH>;
[all …]
/Zephyr-latest/tests/subsys/pm/device_driver_init/
Dapp.overlay4 enable-gpios = <&gpio0 0 0>;
10 enable-gpios = <&gpio0 1 0>;
17 enable-gpios = <&gpio0 2 0>;
25 enable-gpios = <&gpio0 3 0>;
32 enable-gpios = <&gpio0 4 0>;
39 enable-gpios = <&gpio0 5 0>;
47 enable-gpios = <&gpio0 6 0>;
/Zephyr-latest/boards/shields/semtech_sx1262mb2das/
Dsemtech_sx1262mb2das.overlay15 cs-gpios = <&arduino_header 13 GPIO_ACTIVE_LOW>;
22 reset-gpios = <&arduino_header 0 GPIO_ACTIVE_LOW>;
23 busy-gpios = <&arduino_header 9 GPIO_ACTIVE_HIGH>;
24 antenna-enable-gpios = <&arduino_header 14 GPIO_ACTIVE_HIGH>;
25 dio1-gpios = <&arduino_header 11 GPIO_ACTIVE_HIGH>;
/Zephyr-latest/dts/arm/st/l4/
Dstm32l4r5Xi.dtsi23 wkup-gpios = <&gpioa 0 STM32_PWR_WKUP_PIN_SRC_0>;
27 wkup-gpios = <&gpioc 13 STM32_PWR_WKUP_PIN_SRC_0>;
31 wkup-gpios = <&gpioe 6 STM32_PWR_WKUP_PIN_SRC_0>;
35 wkup-gpios = <&gpioa 2 STM32_PWR_WKUP_PIN_SRC_0>;
39 wkup-gpios = <&gpioc 5 STM32_PWR_WKUP_PIN_SRC_0>;
/Zephyr-latest/boards/nordic/nrf9161dk/dts/
Dnrf9161dk_leds_on_io_expander.dtsi12 gpios = <&pcal6408a 4 GPIO_ACTIVE_HIGH>;
16 gpios = <&pcal6408a 5 GPIO_ACTIVE_HIGH>;
20 gpios = <&pcal6408a 6 GPIO_ACTIVE_HIGH>;
24 gpios = <&pcal6408a 7 GPIO_ACTIVE_HIGH>;
Dnrf9161dk_buttons_on_io_expander.dtsi12 gpios = <&pcal6408a 0 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
16 gpios = <&pcal6408a 1 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
20 gpios = <&pcal6408a 2 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
24 gpios = <&pcal6408a 3 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
/Zephyr-latest/boards/nordic/nrf9151dk/dts/
Dnrf9151dk_leds_on_io_expander.dtsi12 gpios = <&pcal6408a 4 GPIO_ACTIVE_HIGH>;
16 gpios = <&pcal6408a 5 GPIO_ACTIVE_HIGH>;
20 gpios = <&pcal6408a 6 GPIO_ACTIVE_HIGH>;
24 gpios = <&pcal6408a 7 GPIO_ACTIVE_HIGH>;
Dnrf9151dk_buttons_on_io_expander.dtsi12 gpios = <&pcal6408a 0 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
16 gpios = <&pcal6408a 1 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
20 gpios = <&pcal6408a 2 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
24 gpios = <&pcal6408a 3 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
/Zephyr-latest/boards/arduino/opta/
Darduino_opta-common.dtsi13 gpios = <&gpioi 0 GPIO_ACTIVE_HIGH>;
16 gpios = <&gpioi 1 GPIO_ACTIVE_HIGH>;
19 gpios = <&gpioi 3 GPIO_ACTIVE_HIGH>;
22 gpios = <&gpioh 15 GPIO_ACTIVE_HIGH>;
25 gpios = <&gpioh 12 GPIO_ACTIVE_HIGH>;
28 gpios = <&gpioh 11 GPIO_ACTIVE_HIGH>;
31 gpios = <&gpioe 5 GPIO_ACTIVE_HIGH>;
39 gpios = <&gpioi 6 GPIO_ACTIVE_HIGH>;
42 gpios = <&gpioi 5 GPIO_ACTIVE_HIGH>;
45 gpios = <&gpioi 7 GPIO_ACTIVE_HIGH>;
[all …]
/Zephyr-latest/tests/drivers/stepper/drv8424/api/boards/
Dmimxrt1060_evk_mimxrt1062_qspi_B.overlay45 dir-gpios = <&arduino_header 9 0>; /* D3 */
46 step-gpios = <&arduino_header 10 0>; /* D4 */
47 sleep-gpios = <&arduino_header 8 GPIO_ACTIVE_LOW>; /* D2 */
48 en-gpios = <&arduino_header 11 0>; /* D5 */
49 m0-gpios = <&mikroe_stepper_gpios 0 0>;
50 m1-gpios = <&mikroe_stepper_gpios 1 0>;
Dmimxrt1060_evk_mimxrt1062_qspi_C.overlay45 dir-gpios = <&arduino_header 9 0>; /* D3 */
46 step-gpios = <&arduino_header 10 0>; /* D4 */
47 sleep-gpios = <&arduino_header 8 GPIO_ACTIVE_LOW>; /* D2 */
48 en-gpios = <&arduino_header 11 0>; /* D5 */
49 m0-gpios = <&mikroe_stepper_gpios 0 0>;
50 m1-gpios = <&mikroe_stepper_gpios 1 0>;
Dnative_sim.overlay14 dir-gpios = <&gpio1 0 0>; /* D3 */
15 step-gpios = <&gpio1 1 0>; /* D4 */
16 sleep-gpios = <&gpio2 0 GPIO_ACTIVE_LOW>; /* D2 */
17 en-gpios = <&gpio2 1 0>; /* 5 */
18 m0-gpios = <&gpio3 0 0>;
19 m1-gpios = <&gpio3 1 0>;
/Zephyr-latest/tests/drivers/stepper/drv8424/emul/boards/
Dnative_sim.overlay14 dir-gpios = <&gpio1 0 0>; /* D3 */
15 step-gpios = <&gpio1 1 0>; /* D4 */
16 sleep-gpios = <&gpio2 0 GPIO_ACTIVE_LOW>; /* D2 */
17 en-gpios = <&gpio2 1 0>; /* 5 */
18 m0-gpios = <&gpio3 0 0>;
19 m1-gpios = <&gpio3 1 0>;

12345678910>>...59