Searched +full:gpio1 +full:- +full:gpios (Results 1 – 25 of 240) sorted by relevance
12345678910
/Zephyr-latest/boards/snps/emsdp/ |
D | board.dtsi | 1 /* SPDX-License-Identifier: Apache-2.0 */ 3 #include <zephyr/dt-bindings/input/input-event-codes.h> 22 compatible = "gpio-leds"; 24 gpios = <&gpio1 0 0>; 28 gpios = <&gpio1 1 0>; 32 gpios = <&gpio1 2 0>; 36 gpios = <&gpio1 3 0>; 40 gpios = <&gpio1 4 0>; 44 gpios = <&gpio1 5 0>; 48 gpios = <&gpio1 6 0>; [all …]
|
/Zephyr-latest/boards/snps/em_starterkit/ |
D | board.dtsi | 1 /* SPDX-License-Identifier: Apache-2.0 */ 4 #include <zephyr/dt-bindings/input/input-event-codes.h> 23 compatible = "gpio-leds"; 25 gpios = <&gpio1 0 0>; 29 gpios = <&gpio1 1 0>; 33 gpios = <&gpio1 2 0>; 37 gpios = <&gpio1 3 0>; 41 gpios = <&gpio1 4 0>; 45 gpios = <&gpio1 5 0>; 49 gpios = <&gpio1 6 0>; [all …]
|
/Zephyr-latest/boards/nordic/nrf5340_audio_dk/ |
D | nrf5340_audio_dk_nrf5340_shared.dtsi | 1 #include <zephyr/dt-bindings/input/input-event-codes.h> 5 compatible = "gpio-leds"; 7 gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>; 11 gpios = <&gpio0 25 GPIO_ACTIVE_HIGH>; 15 gpios = <&gpio0 26 GPIO_ACTIVE_HIGH>; 19 gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>; 23 gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>; 27 gpios = <&gpio0 30 GPIO_ACTIVE_HIGH>; 31 gpios = <&gpio0 31 GPIO_ACTIVE_HIGH>; 35 gpios = <&gpio1 0 GPIO_ACTIVE_HIGH>; [all …]
|
/Zephyr-latest/boards/nordic/nrf5340dk/ |
D | nrf5340dk_common.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 9 compatible = "gpio-leds"; 11 gpios = <&gpio0 28 GPIO_ACTIVE_LOW>; 15 gpios = <&gpio0 29 GPIO_ACTIVE_LOW>; 19 gpios = <&gpio0 30 GPIO_ACTIVE_LOW>; 23 gpios = <&gpio0 31 GPIO_ACTIVE_LOW>; 29 compatible = "gpio-keys"; 31 gpios = <&gpio0 23 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; 36 gpios = <&gpio0 24 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; 41 gpios = <&gpio0 8 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; [all …]
|
/Zephyr-latest/boards/nordic/nrf9160dk/ |
D | nrf9160dk_nrf52840.dts | 2 * Copyright (c) 2018-2020 Nordic Semiconductor ASA 5 * SPDX-License-Identifier: Apache-2.0 8 /dts-v1/; 11 #include "nrf9160dk_nrf52840-pinctrl.dtsi" 15 compatible = "nordic,nrf9160-dk-nrf52840"; 19 zephyr,shell-uart = &uart0; 20 zephyr,uart-mcumgr = &uart0; 21 zephyr,bt-mon-uart = &uart0; 25 interface_to_nrf9160: gpio-interface { 26 compatible = "nordic,nrf9160dk-nrf52840-interface"; [all …]
|
D | nrf9160dk_nrf52840_0_14_0.overlay | 4 * SPDX-License-Identifier: Apache-2.0 8 board-control { 9 nrf_interface_pin_9_routing: switch-nrf-if9-ctrl { 10 compatible = "nordic,nrf9160dk-optional-routing"; 11 control-gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>; 15 io_expander_pins_routing: switch-io-exp-en { 16 compatible = "nordic,nrf9160dk-optional-routing"; 17 control-gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>; 21 external_flash_pins_routing: switch-ext-mem-ctrl { 22 compatible = "nordic,nrf9160dk-optional-routing"; [all …]
|
/Zephyr-latest/boards/nordic/nrf7002dk/ |
D | nrf7002dk_nrf5340_cpunet.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 10 #include <zephyr/dt-bindings/input/input-event-codes.h> 14 compatible = "nordic,nrf7002-dk-nrf5340-cpunet"; 18 zephyr,shell-uart = &uart0; 19 zephyr,uart-mcumgr = &uart0; 20 zephyr,bt-mon-uart = &uart0; 21 zephyr,bt-c2h-uart = &uart0; 22 zephyr,bt-hci-ipc = &ipc0; 23 nordic,802154-spinel-ipc = &ipc0; [all …]
|
D | nrf5340_cpuapp_common.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 7 #include <zephyr/dt-bindings/input/input-event-codes.h> 12 zephyr,shell-uart = &uart0; 13 zephyr,uart-mcumgr = &uart0; 14 zephyr,bt-mon-uart = &uart0; 15 zephyr,bt-c2h-uart = &uart0; 16 zephyr,bt-hci = &bt_hci_ipc0; 17 nordic,802154-spinel-ipc = &ipc0; 22 compatible = "gpio-leds"; 24 gpios = <&gpio1 6 GPIO_ACTIVE_HIGH>; [all …]
|
/Zephyr-latest/samples/drivers/spi_bitbang/boards/ |
D | nrf52840dk_nrf52840.overlay | 4 * SPDX-License-Identifier: Apache-2.0 9 compatible = "zephyr,spi-bitbang"; 11 #address-cells = <1>; 12 #size-cells = <0>; 13 clk-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>; 14 mosi-gpios = <&gpio1 1 GPIO_ACTIVE_HIGH>; 15 miso-gpios = <&gpio1 2 0>; 16 cs-gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
|
/Zephyr-latest/boards/panasonic/pan1783/ |
D | pan1783_nrf5340_cpunet_common.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 6 #include "pan1783_nrf5340_cpunet-pinctrl.dtsi" 7 #include <zephyr/dt-bindings/input/input-event-codes.h> 13 zephyr,shell-uart = &uart0; 14 zephyr,uart-mcumgr = &uart0; 15 zephyr,bt-mon-uart = &uart0; 16 zephyr,bt-c2h-uart = &uart0; 17 zephyr,bt-hci-ipc = &ipc0; 18 nordic,802154-spinel-ipc = &ipc0; 23 compatible = "gpio-leds"; [all …]
|
/Zephyr-latest/boards/nordic/nrf54l20pdk/ |
D | nrf54l20pdk_nrf54l20-common.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 7 #include "nrf54l20pdk_nrf54l20-pinctrl.dtsi" 11 compatible = "gpio-leds"; 13 gpios = <&gpio2 10 GPIO_ACTIVE_HIGH>; 17 gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>; 21 gpios = <&gpio0 2 GPIO_ACTIVE_HIGH>; 25 gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>; 31 compatible = "gpio-keys"; 33 gpios = <&gpio1 13 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; 38 gpios = <&gpio1 9 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; [all …]
|
/Zephyr-latest/boards/phytec/reel_board/dts/ |
D | reel_board.dtsi | 5 * SPDX-License-Identifier: Apache-2.0 9 #include "reel_board-pinctrl.dtsi" 10 #include <zephyr/dt-bindings/input/input-event-codes.h> 18 compatible = "gpio-leds"; 20 gpios = <&gpio0 11 GPIO_ACTIVE_LOW>; 24 gpios = <&gpio0 12 GPIO_ACTIVE_LOW>; 28 gpios = <&gpio1 9 GPIO_ACTIVE_LOW>; 34 compatible = "pwm-leds"; 47 compatible = "gpio-keys"; 49 gpios = <&gpio0 7 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>; [all …]
|
/Zephyr-latest/dts/bindings/gpio/ |
D | nordic,nrf-gpio-forwarder.yaml | 2 # SPDX-License-Identifier: Apache-2.0 15 Here is an example of how a nrf-gpio-forwarder can be used with a nRF5340 16 combined with a nRF21540 Front-End module. Consider the following node 18 the details of the nRF21540 Front-End module's interface: 21 compatible = "nordic,nrf21540-fem"; 22 tx-en-gpios = <&gpio0 30 GPIO_ACTIVE_HIGH>; 23 rx-en-gpios = <&gpio1 11 GPIO_ACTIVE_HIGH>; 24 pdn-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>; 25 mode-gpios = <&gpio1 12 GPIO_ACTIVE_HIGH>; 28 Since the nRF21540 Front-End module should be controlled by the nRF5340 [all …]
|
/Zephyr-latest/boards/nxp/mimxrt1050_evk/ |
D | mimxrt1050_evk.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 10 #include "mimxrt1050_evk-pinctrl.dtsi" 11 #include <zephyr/dt-bindings/input/input-event-codes.h> 14 model = "NXP MIMXRT1050-EVK board"; 24 mcuboot-button0 = &user_button; 31 zephyr,uart-mcumgr = &lpuart1; 33 zephyr,shell-uart = &lpuart1; 37 /* Micron MT48LC16M16A2B4-6AIT:G */ 47 nxp_parallel_lcd_connector: parallel-connector { [all …]
|
/Zephyr-latest/boards/nxp/lpcxpresso55s16/ |
D | lpcxpresso55s16_common.dtsi | 5 * SPDX-License-Identifier: Apache-2.0 8 #include "lpcxpresso55s16-pinctrl.dtsi" 9 #include <zephyr/dt-bindings/input/input-event-codes.h> 15 zephyr,code-partition = &slot0_partition; 16 zephyr,uart-mcumgr = &flexcomm0; 18 zephyr,shell-uart = &flexcomm0; 21 zephyr,flash-controller = &iap; 31 usart-0 = &flexcomm0; 34 mcuboot-button0 = &btn_wk; 38 compatible = "gpio-leds"; [all …]
|
/Zephyr-latest/boards/rakwireless/rak4631/ |
D | rak4631_nrf52840.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 10 #include <zephyr/dt-bindings/lora/sx126x.h> 11 #include "rak4631_nrf52840-pinctrl.dtsi" 19 zephyr,shell-uart = &uart1; 20 zephyr,uart-mcumgr = &uart1; 21 zephyr,bt-mon-uart = &uart1; 22 zephyr,bt-c2h-uart = &uart1; 26 compatible = "gpio-leds"; 28 gpios = <&gpio1 4 GPIO_ACTIVE_LOW>; [all …]
|
/Zephyr-latest/tests/drivers/stepper/drv8424/emul/boards/ |
D | native_sim.overlay | 3 * SPDX-License-Identifier: Apache-2.0 6 #include <zephyr/dt-bindings/gpio/gpio.h> 14 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>; 22 #address-cells = <1>; 23 #size-cells = <0>; [all …]
|
/Zephyr-latest/tests/drivers/stepper/drv8424/api/boards/ |
D | native_sim.overlay | 3 * SPDX-License-Identifier: Apache-2.0 6 #include <zephyr/dt-bindings/gpio/gpio.h> 14 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>; 22 #address-cells = <1>; 23 #size-cells = <0>; [all …]
|
/Zephyr-latest/boards/atmarktechno/degu_evk/ |
D | degu_evk.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include "degu_evk-pinctrl.dtsi" 10 #include <zephyr/dt-bindings/input/input-event-codes.h> 14 compatible = "nordic,pca10056-dk"; 19 zephyr,code-partition = &slot0_partition; 24 compatible = "gpio-leds"; 26 gpios = <&gpio1 7 GPIO_ACTIVE_LOW>; 30 gpios = <&gpio1 5 GPIO_ACTIVE_LOW>; 34 gpios = <&gpio1 3 GPIO_ACTIVE_LOW>; [all …]
|
/Zephyr-latest/boards/particle/argon/dts/ |
D | mesh_feather.dtsi | 5 * SPDX-License-Identifier: Apache-2.0 8 /* Assignments common to all Feather-based Particle mesh boards. 14 #include "mesh_feather-pinctrl.dtsi" 15 #include <zephyr/dt-bindings/input/input-event-codes.h> 29 zephyr,uart-mcumgr = &uart0; 30 zephyr,shell-uart = &uart0; 35 compatible = "gpio-leds"; 37 gpios = <&gpio1 12 GPIO_ACTIVE_HIGH>; 41 gpios = <&gpio0 13 GPIO_ACTIVE_LOW>; 45 gpios = <&gpio0 14 GPIO_ACTIVE_LOW>; [all …]
|
/Zephyr-latest/boards/particle/boron/dts/ |
D | mesh_feather.dtsi | 5 * SPDX-License-Identifier: Apache-2.0 8 /* Assignments common to all Feather-based Particle mesh boards. 14 #include "mesh_feather-pinctrl.dtsi" 15 #include <zephyr/dt-bindings/input/input-event-codes.h> 29 zephyr,uart-mcumgr = &uart0; 30 zephyr,shell-uart = &uart0; 35 compatible = "gpio-leds"; 37 gpios = <&gpio1 12 GPIO_ACTIVE_HIGH>; 41 gpios = <&gpio0 13 GPIO_ACTIVE_LOW>; 45 gpios = <&gpio0 14 GPIO_ACTIVE_LOW>; [all …]
|
/Zephyr-latest/boards/particle/xenon/dts/ |
D | mesh_feather.dtsi | 5 * SPDX-License-Identifier: Apache-2.0 8 /* Assignments common to all Feather-based Particle mesh boards. 14 #include "mesh_feather-pinctrl.dtsi" 15 #include <zephyr/dt-bindings/input/input-event-codes.h> 29 zephyr,uart-mcumgr = &uart0; 30 zephyr,shell-uart = &uart0; 35 compatible = "gpio-leds"; 37 gpios = <&gpio1 12 GPIO_ACTIVE_HIGH>; 41 gpios = <&gpio0 13 GPIO_ACTIVE_LOW>; 45 gpios = <&gpio0 14 GPIO_ACTIVE_LOW>; [all …]
|
/Zephyr-latest/boards/96boards/meerkat96/ |
D | 96b_meerkat96_mcimx7d_m4.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include "96b_meerkat96-pinctrl.dtsi" 13 compatible = "novtech,imx7d-meerkat96"; 19 zephyr,shell-uart = &uart1; 23 compatible = "gpio-leds"; 25 gpios = <&gpio1 4 GPIO_ACTIVE_LOW>; 29 gpios = <&gpio1 5 GPIO_ACTIVE_LOW>; 33 gpios = <&gpio1 6 GPIO_ACTIVE_LOW>; 37 gpios = <&gpio1 7 GPIO_ACTIVE_LOW>; [all …]
|
/Zephyr-latest/tests/drivers/comparator/gpio_loopback/boards/ |
D | nrf54h20dk_nrf54h20_cpuapp.overlay | 4 * SPDX-License-Identifier: Apache-2.0 7 #include <zephyr/dt-bindings/gpio/gpio.h> 15 test-comp = ∁ 19 test-gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>; 23 &gpio1 { 29 gpios = < &gpio1 0x3 0x0 >; 34 gpios = < &gpio1 0x2 0x0 >;
|
/Zephyr-latest/boards/digilent/arty_a7/dts/ |
D | arty_a7_arm_designstart.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 7 #include <zephyr/dt-bindings/gpio/gpio.h> 9 #include <zephyr/dt-bindings/input/input-event-codes.h> 14 zephyr,shell-uart = &uartlite0; 32 compatible = "gpio-leds"; 34 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>; [all …]
|
12345678910