Lines Matching +full:mdm +full:- +full:pwr +full:- +full:on +full:- +full:gpios
5 * SPDX-License-Identifier: Apache-2.0
8 /dts-v1/;
10 #include "mg100-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
19 zephyr,shell-uart = &uart0;
20 zephyr,uart-mcumgr = &uart0;
21 zephyr,bt-mon-uart = &uart0;
24 zephyr,code-partition = &slot0_partition;
29 compatible = "gpio-leds";
31 gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
35 gpios = <&gpio1 6 GPIO_ACTIVE_HIGH>;
39 gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>;
45 compatible = "gpio-keys";
47 gpios = <&gpio0 3 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
53 en-sd-switch {
54 compatible = "regulator-fixed";
55 regulator-name = "en_sd_switch";
56 enable-gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>;
57 regulator-boot-on;
66 mcuboot-button0 = &button1;
67 mcuboot-led0 = &led1;
73 regulator-initial-mode = <NRF5X_REG_MODE_DCDC>;
81 gpio-as-nreset;
97 compatible = "nordic,nrf-uart";
99 current-speed = <115200>;
100 pinctrl-0 = <&uart0_default>;
101 pinctrl-1 = <&uart0_sleep>;
102 pinctrl-names = "default", "sleep";
106 compatible = "nordic,nrf-uarte";
108 current-speed = <115200>;
109 hw-flow-control;
110 pinctrl-0 = <&uart1_default>;
111 pinctrl-1 = <&uart1_sleep>;
112 pinctrl-names = "default", "sleep";
116 mdm-reset-gpios = <&gpio1 15 (GPIO_OPEN_DRAIN | GPIO_ACTIVE_LOW)>;
117 mdm-wake-gpios = <&gpio1 13 (GPIO_OPEN_SOURCE | GPIO_ACTIVE_HIGH)>;
118 mdm-pwr-on-gpios = <&gpio1 2 (GPIO_OPEN_DRAIN | GPIO_ACTIVE_LOW)>;
119 mdm-fast-shutd-gpios = <&gpio1 14 (GPIO_OPEN_DRAIN | GPIO_ACTIVE_LOW)>;
120 mdm-vgpio-gpios = <&gpio1 11 0>;
121 mdm-uart-dsr-gpios = <&gpio0 25 0>;
122 mdm-uart-cts-gpios = <&gpio0 15 0>;
123 mdm-gpio6-gpios = <&gpio1 12 0>;
128 compatible = "nordic,nrf-twim";
131 pinctrl-0 = <&i2c0_default>;
132 pinctrl-1 = <&i2c0_sleep>;
133 pinctrl-names = "default", "sleep";
138 irq-gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>;
139 anym-on-int1;
144 compatible = "nordic,nrf-spim";
146 pinctrl-0 = <&spi2_default>;
147 pinctrl-1 = <&spi2_sleep>;
148 pinctrl-names = "default", "sleep";
149 cs-gpios = <&gpio0 29 GPIO_ACTIVE_LOW>;
151 compatible = "zephyr,sdhc-spi-slot";
154 spi-max-frequency = <8000000>;
156 compatible = "zephyr,sdmmc-disk";
157 disk-name = "SD";
165 pinctrl-0 = <&qspi_default>;
166 pinctrl-1 = <&qspi_sleep>;
167 pinctrl-names = "default", "sleep";
169 compatible = "nordic,qspi-nor";
173 sck-frequency = <8000000>;
174 jedec-id = [ c2 28 17 ];
176 has-dpd;
177 t-enter-dpd = <10000>;
178 t-exit-dpd = <35000>;
188 compatible = "fixed-partitions";
189 #address-cells = <1>;
190 #size-cells = <1>;
199 label = "image-0";
221 compatible = "fixed-partitions";
222 #address-cells = <1>;
223 #size-cells = <1>;
227 label = "image-1";
232 label = "image-scratch";