Lines Matching +full:regulator +full:- +full:always +full:- +full:on

2  * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
10 #include "mimxrt1062_fmurt6-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/pwm/pwm.h>
25 telem4-gps2 = &lpuart5;
29 zephyr,flash-controller = &s26ks512s0;
31 zephyr,code-partition = &slot0_partition;
32 zephyr,uart-mcumgr = &lpuart7;
37 zephyr,shell-uart = &lpuart7;
42 compatible = "gpio-leds";
43 green_led: led-1 {
47 red_led: led-2 {
53 /* This regulator controls VDD_3V3_SD_CARD onboard supply */
54 reg-3v3-sdcard {
55 compatible = "regulator-fixed";
56 regulator-name = "reg-3v3-sdcard";
57 enable-gpios = <&gpio4 13 GPIO_ACTIVE_HIGH>;
58 regulator-always-on;
62 /* This regulator controls VDD_5V_PERIPH onboard supply */
63 reg-5v-periph {
64 compatible = "regulator-fixed";
65 regulator-name = "reg-5v-periph";
66 enable-gpios = <&gpio4 9 GPIO_ACTIVE_LOW>;
67 regulator-always-on;
71 /* This regulator controls VDD_5V_HIPOWER onboard supply */
72 reg-5v-hipower {
73 compatible = "regulator-fixed";
74 regulator-name = "reg-5v-hipower";
75 enable-gpios = <&gpio4 6 GPIO_ACTIVE_LOW>;
76 regulator-always-on;
80 /* This regulator controls the 3V3_S line, which powers sensors on-board. */
81 reg-3v3-sensor {
82 compatible = "regulator-fixed";
83 regulator-name = "reg-3v3-sensor";
84 enable-gpios = <&gpio3 27 GPIO_ACTIVE_HIGH>;
85 startup-delay-us = <2000>;
86 regulator-always-on;
90 /* This regulator controls VDD_3V3_SPEKTRUM onboard supply */
91 reg-3v3-spektrum {
92 compatible = "regulator-fixed";
93 regulator-name = "reg-3v3-spektrum";
94 enable-gpios = <&gpio1 0 GPIO_ACTIVE_HIGH>;
95 regulator-always-on;
99 /* This regulator controls ETH_VDD_3V3 supply to power up the TJA1103 PHY */
100 reg-eth-power {
101 compatible = "regulator-fixed";
102 regulator-name = "reg-eth-power";
103 enable-gpios = <&gpio5 1 GPIO_ACTIVE_HIGH>;
104 regulator-always-on;
111 pinctrl-0 = <&pinmux_flexcan1>;
112 pinctrl-names = "default";
113 can-transceiver {
114 max-bitrate = <5000000>;
120 pinctrl-0 = <&pinmux_flexcan2>;
121 pinctrl-names = "default";
122 can-transceiver {
123 max-bitrate = <5000000>;
129 pinctrl-0 = <&pinmux_flexcan3>;
130 pinctrl-names = "default";
131 can-transceiver {
132 max-bitrate = <5000000>;
174 pinctrl-0 = <&pinmux_adc1>;
175 pinctrl-names = "default";
180 ahb-prefetch;
181 ahb-read-addr-opt;
182 ahb-bufferable;
183 ahb-cacheable;
184 sck-differential-clock;
185 combination-mode;
186 rx-clock-source = <3>;
189 compatible = "nxp,imx-flexspi-hyperflash";
192 spi-max-frequency = <166000000>;
193 word-addressable;
194 cs-interval-unit = <1>;
195 cs-interval = <2>;
196 cs-hold-time = <0>;
197 cs-setup-time = <3>;
198 data-valid-time = <1>;
199 column-space = <3>;
200 ahb-write-wait-unit = <2>;
201 ahb-write-wait-interval = <20>;
203 erase-block-size = <DT_SIZE_K(256)>;
204 write-block-size = <16>;
207 compatible = "fixed-partitions";
208 #address-cells = <1>;
209 #size-cells = <1>;
214 /* The MCUBoot swap-move algorithm uses the last 2 sectors
218 label = "image-0";
222 label = "image-1";
227 reg = <0x006C0000 (DT_SIZE_M(58) - DT_SIZE_K(768))>;
235 pinctrl-0 = <&pinmux_lpi2c1>;
236 pinctrl-names = "default";
242 pinctrl-0 = <&pinmux_lpi2c2>;
243 pinctrl-names = "default";
254 pinctrl-0 = <&pinmux_lpi2c2>;
255 pinctrl-names = "default";
267 current-speed = <115200>;
268 pinctrl-0 = <&pinmux_lpuart7>;
269 pinctrl-1 = <&pinmux_lpuart7_sleep>;
270 pinctrl-names = "default", "sleep";
275 current-speed = <115200>;
276 pinctrl-0 = <&pinmux_lpuart2>;
277 pinctrl-1 = <&pinmux_lpuart2_sleep>;
278 pinctrl-names = "default", "sleep";
283 current-speed = <115200>;
284 pinctrl-0 = <&pinmux_lpuart3>;
285 pinctrl-1 = <&pinmux_lpuart3_sleep>;
286 pinctrl-names = "default", "sleep";
291 current-speed = <115200>;
292 pinctrl-0 = <&pinmux_lpuart5>;
293 pinctrl-1 = <&pinmux_lpuart5_sleep>;
294 pinctrl-names = "default", "sleep";
299 pinctrl-0 = <&pinmux_lpspi1>;
300 pinctrl-names = "default";
301 cs-gpios = <&gpio3 23 GPIO_ACTIVE_LOW>;
302 clock-frequency = <DT_FREQ_M(10)>;
307 pinctrl-0 = <&pinmux_lpspi2>;
308 pinctrl-names = "default";
309 clock-frequency = <DT_FREQ_M(1)>;
314 spi-max-frequency = <1000000>;
322 pinctrl-0 = <&pinmux_lpspi3>;
323 pinctrl-names = "default";
326 cs-gpios = <&gpio2 31 GPIO_ACTIVE_LOW>,
329 clock-frequency = <DT_FREQ_M(10)>;
334 pinctrl-0 = <&pinmux_flexpwm_fmu_ch1>;
335 pinctrl-names = "default";
341 pinctrl-0 = <&pinmux_flexpwm_fmu_ch2>;
342 pinctrl-names = "default";
348 pinctrl-0 = <&pinmux_flexpwm_fmu_ch3>;
349 pinctrl-names = "default";
355 pinctrl-0 = <&pinmux_flexpwm_fmu_ch4>;
356 pinctrl-names = "default";
362 pinctrl-0 = <&pinmux_flexpwm_fmu_ch5>;
363 pinctrl-names = "default";
369 pinctrl-0 = <&pinmux_flexpwm_fmu_ch6>;
370 pinctrl-names = "default";
376 pinctrl-0 = <&pinmux_flexpwm_fmu_ch7>;
377 pinctrl-names = "default";
383 pinctrl-0 = <&pinmux_flexpwm_fmu_ch8>;
384 pinctrl-names = "default";
393 pinctrl-0 = <&pinmux_enet>;
394 pinctrl-names = "default";
395 zephyr,random-mac-address;
396 phy-connection-type = "rmii";
397 phy-handle = <&phy>;
403 pinctrl-0 = <&pinmux_enet>;
404 pinctrl-names = "default";
406 compatible = "ethernet-phy";
418 power-delay-ms = <1000>;
419 pwr-gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>;
420 cd-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>;
421 pinctrl-0 = <&pinmux_usdhc1>;
422 pinctrl-1 = <&pinmux_usdhc1_slow>;
423 pinctrl-2 = <&pinmux_usdhc1_med>;
424 pinctrl-3 = <&pinmux_usdhc1_fast>;
425 pinctrl-names = "default", "slow", "med", "fast";
427 compatible = "zephyr,sdmmc-disk";
428 disk-name = "SD";
458 pinctrl-0 = <&pinmux_swo>;
459 pinctrl-names = "default";