Lines Matching +full:hold +full:- +full:gpios

2  * Copyright (c) 2018-2020 Nordic Semiconductor ASA
5 * SPDX-License-Identifier: Apache-2.0
7 #include "circuitdojo_feather_nrf9160_common-pinctrl.dtsi"
8 #include <zephyr/dt-bindings/input/input-event-codes.h>
12 compatible = "circuitdojo,feather-nrf9160";
16 zephyr,shell-uart = &uart0;
17 zephyr,uart-mcumgr = &uart0;
21 compatible = "gpio-leds";
23 gpios = <&gpio0 3 GPIO_ACTIVE_LOW>;
29 compatible = "pwm-leds";
36 compatible = "gpio-keys";
38 gpios = <&gpio0 12 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
47 bootloader-led0 = &blue_led;
48 pwm-led0 = &pwm_led0;
50 mcuboot-button0 = &button0;
51 mcuboot-led0 = &blue_led;
58 compatible = "adafruit-feather-header";
59 #gpio-cells = <2>;
60 gpio-map-mask = <0xffffffff 0xffffffc0>;
61 gpio-map-pass-thru = <0 0x3f>;
62 gpio-map = <12 0 &gpio0 26 0>, /* SDA */
85 nrf-ps-en {
86 compatible = "regulator-fixed";
87 regulator-name = "nrf_ps_en";
88 enable-gpios = <&gpio0 31 GPIO_ACTIVE_HIGH>;
89 regulator-boot-on;
107 current-speed = <115200>;
108 pinctrl-0 = <&uart0_default>;
109 pinctrl-1 = <&uart0_sleep>;
110 pinctrl-names = "default", "sleep";
114 current-speed = <115200>;
115 pinctrl-0 = <&uart1_default>;
116 pinctrl-1 = <&uart1_sleep>;
117 pinctrl-names = "default", "sleep";
121 pinctrl-0 = <&uart2_default>;
122 pinctrl-1 = <&uart2_sleep>;
123 pinctrl-names = "default", "sleep";
127 compatible = "nordic,nrf-twim";
130 pinctrl-0 = <&i2c1_default>;
131 pinctrl-1 = <&i2c1_sleep>;
132 pinctrl-names = "default", "sleep";
141 irq-gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>;
142 disconnect-sdo-sa0-pull-up;
149 pinctrl-0 = <&pwm0_default>;
150 pinctrl-1 = <&pwm0_sleep>;
151 pinctrl-names = "default", "sleep";
155 compatible = "nordic,nrf-spim";
157 cs-gpios = < &gpio0 7 GPIO_ACTIVE_LOW >;
158 pinctrl-0 = <&spi3_default>;
159 pinctrl-1 = <&spi3_sleep>;
160 pinctrl-names = "default", "sleep";
162 compatible = "jedec,spi-nor";
164 spi-max-frequency = < 40000000 >;
165 wp-gpios = < &gpio0 8 GPIO_ACTIVE_LOW >;
166 hold-gpios = < &gpio0 10 GPIO_ACTIVE_LOW >;
168 has-dpd;
169 t-enter-dpd = < 3000 >;
170 t-exit-dpd = < 30000 >;
171 jedec-id = [ ef 40 16 ];
177 compatible = "voltage-divider";
178 io-channels = <&adc 7>;
179 output-ohms = <100000>;
180 full-ohms = <(100000 + 100000)>;
181 power-gpios = <&gpio0 25 GPIO_ACTIVE_HIGH>;