Searched +full:swctrl1 +full:- +full:gpios (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/boards/shields/nrf7002ek/ |
D | nrf7002ek_coex.overlay | 4 * SPDX-License-Identifier: Apache-2.0 9 compatible = "nordic,nrf7002-coex"; 13 status0-gpios = <&arduino_header 8 GPIO_ACTIVE_HIGH>; 15 req-gpios = <&arduino_header 9 GPIO_ACTIVE_HIGH>; 17 grant-gpios = <&arduino_header 10 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>; 19 swctrl1-gpios = <&arduino_header 12 GPIO_ACTIVE_HIGH>;
|
/Zephyr-latest/dts/bindings/wifi/ |
D | nordic,nrf70-coex.yaml | 2 # SPDX-License-Identifier: Apache-2.0 9 req-gpios: 10 type: phandle-array 14 status0-gpios: 15 type: phandle-array 20 grant-gpios: 21 type: phandle-array 25 swctrl1-gpios: 26 type: phandle-array 28 GPIO of the SOC controlling the Priority (STATUS1) pin (in 4-wire
|
/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 …]
|