Lines Matching +full:swctrl1 +full:- +full:gpios

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>;
28 gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
34 compatible = "pwm-leds";
41 compatible = "gpio-keys";
43 gpios = <&gpio1 8 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
48 gpios = <&gpio1 9 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
55 compatible = "arduino-header-r3";
56 #gpio-cells = <2>;
57 gpio-map-mask = <0xffffffff 0xffffffc0>;
58 gpio-map-pass-thru = <0 0x3f>;
59 gpio-map = <0 0 &gpio0 4 0>, /* A0 */
83 arduino_adc: analog-connector {
84 compatible = "arduino,uno-adc";
85 #io-channel-cells = <1>;
86 io-channel-map = <0 &adc 0>, /* A0 = P0.4 = AIN0 */
94 gpio_fwd: nrf-gpio-forwarder {
95 compatible = "nordic,nrf-gpio-forwarder";
98 gpios = <&gpio1 1 0>, <&gpio1 0 0>, <&gpio1 5 0>, <&gpio1 4 0>;
106 pwm-led0 = &pwm_led0;
109 bootloader-led0 = &led0;
110 mcuboot-button0 = &button0;
111 mcuboot-led0 = &led0;
117 compatible = "nordic,nrf7002-coex";
118 req-gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>;
119 status0-gpios = <&gpio0 30 GPIO_ACTIVE_HIGH>;
120 grant-gpios = <&gpio0 24 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>;
121 swctrl1-gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>;
126 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
130 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
154 compatible = "nordic,nrf-twim";
156 pinctrl-0 = <&i2c1_default>;
157 pinctrl-1 = <&i2c1_sleep>;
158 pinctrl-names = "default", "sleep";
163 current-speed = <115200>;
164 pinctrl-0 = <&uart0_default>;
165 pinctrl-1 = <&uart0_sleep>;
166 pinctrl-names = "default", "sleep";
171 pinctrl-0 = <&pwm0_default>;
172 pinctrl-1 = <&pwm0_sleep>;
173 pinctrl-names = "default", "sleep";
177 compatible = "nordic,nrf-spim";
179 pinctrl-0 = <&spi4_default>;
180 pinctrl-1 = <&spi4_sleep>;
181 pinctrl-names = "default", "sleep";
182 cs-gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
184 compatible = "jedec,spi-nor";
186 spi-max-frequency = <33000000>;
187 jedec-id = [c2 28 17];
188 sfdp-bfp = [
195 has-dpd;
196 t-enter-dpd = <10000>;
197 t-exit-dpd = <5000>;
203 pinctrl-0 = <&qspi_default>;
204 pinctrl-1 = <&qspi_sleep>;
205 pinctrl-names = "default", "sleep";
209 compatible = "nordic,nrf-uarte";
210 current-speed = <115200>;
211 pinctrl-0 = <&uart1_default>;
212 pinctrl-1 = <&uart1_sleep>;
213 pinctrl-names = "default", "sleep";
217 compatible = "nordic,nrf-spim";
218 cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */
219 pinctrl-0 = <&spi3_default>;
220 pinctrl-1 = <&spi3_sleep>;
221 pinctrl-names = "default", "sleep";
229 compatible = "nordic,nrf-usbd";