Lines Matching +full:gpio1 +full:- +full:gpios
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>;
49 gpios = <&gpio0 15 GPIO_ACTIVE_LOW>;
55 compatible = "gpio-keys";
57 gpios = <&gpio0 11 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
63 gpios = <&gpio0 18 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
70 compatible = "particle-gen3-header";
71 #gpio-cells = <2>;
72 gpio-map-mask = <0xffffffff 0xffffffc0>;
73 gpio-map-pass-thru = <0 0x3f>;
74 gpio-map = <0 0 &gpio0 26 0>, /* SDA */
76 <2 0 &gpio1 1 0>, /* PWM3 */
77 <3 0 &gpio1 2 0>, /* PWM3 */
78 <4 0 &gpio1 8 0>, /* PWM1 */
79 <5 0 &gpio1 10 0>, /* PWM1 */
80 <6 0 &gpio1 11 0>, /* PWM1 */
81 <7 0 &gpio1 12 0>, /* PWM0 */
82 <8 0 &gpio1 3 0>, /* PWM1 */
85 <11 0 &gpio1 14 0>, /* MISO */
86 <12 0 &gpio1 13 0>, /* MOSI */
87 <13 0 &gpio1 15 0>, /* SCK */
99 compatible = "adafruit-feather-header";
100 #gpio-cells = <2>;
101 gpio-map-mask = <0xffffffff 0xffffffc0>;
102 gpio-map-pass-thru = <0 0x3f>;
103 gpio-map = <12 0 &gpio0 26 0>, /* SDA */
105 <14 0 &gpio1 1 0>, /* PWM3 */
106 <15 0 &gpio1 2 0>, /* PWM3 */
107 <16 0 &gpio1 8 0>, /* PWM1 */
108 <17 0 &gpio1 10 0>, /* PWM1 */
109 <18 0 &gpio1 11 0>, /* PWM1 */
110 <19 0 &gpio1 12 0>, /* PWM0 */
111 <20 0 &gpio1 3 0>, /* PWM1 */
115 <8 0 &gpio1 14 0>, /* MISO */
116 <7 0 &gpio1 13 0>, /* MOSI */
117 <6 0 &gpio1 15 0>, /* SCK */
139 &gpio1 {
148 compatible = "nordic,nrf-twi";
150 clock-frequency = <I2C_BITRATE_FAST>;
151 pinctrl-0 = <&i2c0_default>;
152 pinctrl-1 = <&i2c0_sleep>;
153 pinctrl-names = "default", "sleep";
161 compatible = "nordic,nrf-spi";
163 cs-gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
164 pinctrl-0 = <&spi2_default>;
165 pinctrl-1 = <&spi2_sleep>;
166 pinctrl-names = "default", "sleep";
168 compatible = "jedec,spi-nor";
170 spi-max-frequency = <80000000>;
171 wp-gpios = <&gpio0 22 GPIO_ACTIVE_LOW>;
172 hold-gpios = <&gpio0 23 GPIO_ACTIVE_LOW>;
174 has-dpd;
175 t-enter-dpd = <10000>;
176 t-exit-dpd = <100000>;
177 jedec-id = [c2 20 16];
178 sfdp-bfp = [
189 compatible = "nordic,nrf-uarte";
190 current-speed = <115200>;
193 pinctrl-0 = <&uart0_default>;
194 pinctrl-1 = <&uart0_sleep>;
195 pinctrl-names = "default", "sleep";
199 compatible = "nordic,nrf-usbd";