Lines Matching +full:gpio0 +full:- +full:enable
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
12 #include <zephyr/dt-bindings/gpio/gpio.h>
16 compatible = "bytesatwork,bytesensi-l";
22 zephyr,code-partition = &slot0_partition;
35 compatible = "fixed-partitions";
36 #address-cells = <1>;
37 #size-cells = <1>;
44 label = "image-0";
48 label = "image-1";
52 label = "image-scratch";
63 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
70 &gpio0 {
73 /* Enable 1-wire to enable i2c bus as well */
74 one-wire-gpio {
75 gpio-hog;
77 output-high;
82 compatible = "nordic,nrf-twi";
84 clock-frequency = <I2C_BITRATE_STANDARD>;
85 pinctrl-0 = <&i2c0_default>;
86 pinctrl-1 = <&i2c0_sleep>;
87 pinctrl-names = "default", "sleep";
93 int-gpios = <&gpio0 25 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
100 #address-cells = <1>;
101 #size-cells = <0>;
104 compatible = "ti,tmp116-eeprom";
106 read-only;
114 irq-gpios = <&gpio0 28 GPIO_ACTIVE_LOW>;
115 wake-gpios = <&gpio0 27 GPIO_ACTIVE_LOW>;
118 pressure_sensor: lps22hb-press@5c {
120 compatible = "st,lps22hb-press";
127 compatible = "nordic,nrf-spi";
128 pinctrl-0 = <&spi1_default>;
129 pinctrl-1 = <&spi1_sleep>;
130 pinctrl-names = "default", "sleep";
131 cs-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>,
132 <&gpio0 5 GPIO_ACTIVE_LOW>;
138 reset-gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
139 dio-gpios =
140 <&gpio0 19 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>,
141 <&gpio0 20 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>,
142 <&gpio0 22 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>,
143 <&gpio0 23 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>;
144 spi-max-frequency = <1000000>;
145 power-amplifier-output = "pa-boost";
150 compatible ="jedec,spi-nor";
153 spi-max-frequency = <8000000>;
155 jedec-id = [c2 28 17];
161 current-speed = <9600>;
162 pinctrl-0 = <&uart0_default>;
163 pinctrl-1 = <&uart0_sleep>;
164 pinctrl-names = "default", "sleep";
168 compatible = "gnss-nmea-generic";