Lines Matching +full:gpio1 +full:- +full:gpios
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include "degu_evk-pinctrl.dtsi"
10 #include <zephyr/dt-bindings/input/input-event-codes.h>
14 compatible = "nordic,pca10056-dk";
19 zephyr,code-partition = &slot0_partition;
24 compatible = "gpio-leds";
26 gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
30 gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
34 gpios = <&gpio1 3 GPIO_ACTIVE_LOW>;
38 gpios = <&gpio1 4 GPIO_ACTIVE_LOW>;
44 compatible = "gpio-keys";
46 gpios = <&gpio1 0 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
51 gpios = <&gpio1 1 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
56 gpios = <&gpio1 14 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
62 en-3v3-switch {
63 compatible = "regulator-fixed";
64 regulator-name = "en_3v3_switch";
65 enable-gpios = <&gpio0 26 GPIO_ACTIVE_HIGH>;
66 regulator-boot-on;
69 en-vin1-moni {
70 compatible = "regulator-fixed";
71 regulator-name = "en_vin1_moni";
72 enable-gpios = <&gpio1 6 GPIO_ACTIVE_HIGH>;
73 regulator-boot-on;
90 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
98 gpio-as-nreset;
109 &gpio1 {
114 compatible = "nordic,nrf-uart";
115 current-speed = <115200>;
117 pinctrl-0 = <&uart0_default>;
118 pinctrl-1 = <&uart0_sleep>;
119 pinctrl-names = "default", "sleep";
123 compatible = "nordic,nrf-twim";
125 pinctrl-0 = <&i2c0_default>;
126 pinctrl-1 = <&i2c0_sleep>;
127 pinctrl-names = "default", "sleep";
131 compatible = "nordic,nrf-twim";
133 pinctrl-0 = <&i2c1_default>;
134 pinctrl-1 = <&i2c1_sleep>;
135 pinctrl-names = "default", "sleep";
144 compatible = "fixed-partitions";
145 #address-cells = <1>;
146 #size-cells = <1>;
153 label = "image-0";
157 label = "image-1";
161 label = "image-scratch";
172 compatible = "nordic,nrf-usbd";