Lines Matching +full:gpio1 +full:- +full:gpios

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)>;
56 compatible = "arduino-header-r3";
57 #gpio-cells = <2>;
58 gpio-map-mask = <0xffffffff 0xffffffc0>;
59 gpio-map-pass-thru = <0 0x3f>;
60 gpio-map = <0 0 &gpio0 3 0>, /* A0 */
66 <6 0 &gpio1 1 0>, /* D0 */
67 <7 0 &gpio1 2 0>, /* D1 */
68 <8 0 &gpio1 3 0>, /* D2 */
69 <9 0 &gpio1 4 0>, /* D3 */
70 <10 0 &gpio1 5 0>, /* D4 */
71 <11 0 &gpio1 6 0>, /* D5 */
72 <12 0 &gpio1 7 0>, /* D6 */
73 <13 0 &gpio1 8 0>, /* D7 */
74 <14 0 &gpio1 10 0>, /* D8 */
75 <15 0 &gpio1 11 0>, /* D9 */
76 <16 0 &gpio1 12 0>, /* D10 */
77 <17 0 &gpio1 13 0>, /* D11 */
78 <18 0 &gpio1 14 0>, /* D12 */
79 <19 0 &gpio1 15 0>, /* D13 */
88 pwm-led0 = &red_pwm_led;
89 pwm-led1 = &green_pwm_led;
90 pwm-led2 = &blue_pwm_led;
91 red-pwm-led = &red_pwm_led;
92 green-pwm-led = &green_pwm_led;
93 blue-pwm-led = &blue_pwm_led;
100 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
104 gpio-as-nreset;
115 &gpio1 {
120 compatible = "nordic,nrf-uart";
121 current-speed = <115200>;
123 pinctrl-0 = <&uart0_default>;
124 pinctrl-1 = <&uart0_sleep>;
125 pinctrl-names = "default", "sleep";
130 current-speed = <115200>;
131 pinctrl-0 = <&uart1_default>;
132 pinctrl-1 = <&uart1_sleep>;
133 pinctrl-names = "default", "sleep";
137 compatible = "nordic,nrf-twim";
139 clock-frequency = <I2C_BITRATE_FAST>;
141 pinctrl-0 = <&i2c0_default>;
142 pinctrl-1 = <&i2c0_sleep>;
143 pinctrl-names = "default", "sleep";
147 int1-gpios = <&gpio0 24 GPIO_ACTIVE_LOW>;
148 int2-gpios = <&gpio0 25 GPIO_ACTIVE_LOW>;
154 drdy-gpios = <&gpio0 22 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
160 int-gpios = <&gpio0 23 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
166 pinctrl-0 = <&pwm0_default>;
167 pinctrl-1 = <&pwm0_sleep>;
168 pinctrl-names = "default", "sleep";
177 cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */
178 pinctrl-0 = <&spi3_default>;
179 pinctrl-1 = <&spi3_sleep>;
180 pinctrl-names = "default", "sleep";
184 compatible = "nordic,nrf-usbd";