Lines Matching +full:regulator +full:- +full:gpio
4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include <zephyr/dt-bindings/gpio/gpio.h>
11 #include "particle_boron-pinctrl.dtsi"
19 vctl1-gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
21 * single inverter gate -- requires a definition below,
23 vctl2-gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>;
27 en_buff_pwr: enable-buff-pwr {
28 compatible = "regulator-fixed";
29 regulator-name = "en_buff_pwr";
30 enable-gpios = <&gpio0 25 GPIO_ACTIVE_LOW>;
31 regulator-boot-on;
40 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
44 gpio-as-nreset;
48 compatible = "nordic,nrf-twi";
50 clock-frequency = <I2C_BITRATE_FAST>;
51 pinctrl-0 = <&i2c1_default>;
52 pinctrl-1 = <&i2c1_sleep>;
53 pinctrl-names = "default", "sleep";
56 &uart1 { /* u-blox SARA-U2 or SARA-R4 */
57 compatible = "nordic,nrf-uarte";
58 current-speed = <115200>;
61 hw-flow-control;
63 pinctrl-0 = <&uart1_default>;
64 pinctrl-1 = <&uart1_sleep>;
65 pinctrl-names = "default", "sleep";
67 compatible = "u-blox,sara-r4";
70 mdm-power-gpios = <&gpio0 16 0>;
71 mdm-reset-gpios = <&gpio0 12 0>;
72 mdm-vint-gpios = <&gpio0 2 0>;