Lines Matching +full:grant +full:- +full:gpios
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;
26 zephyr,code-partition = &slot0_partition;
31 compatible = "gpio-leds";
33 gpios = <&gpio1 6 GPIO_ACTIVE_HIGH>;
37 gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
43 compatible = "gpio-keys";
45 gpios = <&gpio1 8 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
50 gpios = <&gpio1 9 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
57 compatible = "arduino-header-r3";
58 #gpio-cells = <2>;
59 gpio-map-mask = <0xffffffff 0xffffffc0>;
60 gpio-map-pass-thru = <0 0x3f>;
61 gpio-map = <0 0 &gpio0 4 0>, /* A0 */
87 compatible = "nordic,nrf7002-coex";
89 req-gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>;
90 status0-gpios = <&gpio0 30 GPIO_ACTIVE_HIGH>;
91 grant-gpios = <&gpio0 24 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>;
92 swctrl1-gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>;
101 bootloader-led0 = &led0;
102 mcuboot-button0 = &button0;
103 mcuboot-led0 = &led0;
122 current-speed = <115200>;
123 pinctrl-0 = <&uart0_default>;
124 pinctrl-1 = <&uart0_sleep>;
125 pinctrl-names = "default", "sleep";
131 compatible = "nordic,nrf-twim";
134 pinctrl-0 = <&i2c0_default>;
135 pinctrl-1 = <&i2c0_sleep>;
136 pinctrl-names = "default", "sleep";
140 compatible = "nordic,nrf-spim";
143 cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */
144 pinctrl-0 = <&spi0_default>;
145 pinctrl-1 = <&spi0_sleep>;
146 pinctrl-names = "default", "sleep";
151 compatible = "fixed-partitions";
152 #address-cells = <1>;
153 #size-cells = <1>;
160 label = "image-0";
164 label = "image-1";