Lines Matching +full:mb +full:- +full:0 +full:- +full:15

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";
45 compatible = "gpio-keys";
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";
137 reg = <0x19>;
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>;
150 sdhc0: sdhc@0 {
151 compatible = "zephyr,sdhc-spi-slot";
153 reg = <0>;
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";
168 mx25r64: mx25r6435f@0 {
169 compatible = "nordic,qspi-nor";
170 reg = <0>;
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>;
193 boot_partition: partition@0 {
195 reg = <0x00000000 0x00018000>;
199 label = "image-0";
200 reg = <0x00018000 0x000E0000>;
204 * The flash starting at 0x000f8000 and ending at
205 * 0x000fffff is reserved for use by the application.
214 reg = <0x000f8000 0x00008000>;
221 compatible = "fixed-partitions";
222 #address-cells = <1>;
223 #size-cells = <1>;
226 slot1_partition: partition@0 {
227 label = "image-1";
228 reg = <0x00000000 0x000E0000>;
232 label = "image-scratch";
233 reg = <0x000E0000 0x00020000>;
235 /* 7MB */
238 reg = <0x00100000 0x00700000>;