Lines Matching +full:startup +full:- +full:delay +full:- +full:us

1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
6 #include "imx8-apalis-eval.dtsi"
9 reg_3v3_mmc: regulator-3v3-mmc {
10 compatible = "regulator-fixed";
11 pinctrl-names = "default";
12 pinctrl-0 = <&pinctrl_enable_3v3_mmc>;
13 enable-active-high;
15 off-on-delay-us = <100000>;
16 regulator-max-microvolt = <3300000>;
17 regulator-min-microvolt = <3300000>;
18 regulator-name = "3.3V_MMC";
19 startup-delay-us = <10000>;
22 reg_3v3_sd: regulator-3v3-sd {
23 compatible = "regulator-fixed";
24 pinctrl-names = "default";
25 pinctrl-0 = <&pinctrl_enable_3v3_sd>;
26 enable-active-high;
28 off-on-delay-us = <100000>;
29 regulator-max-microvolt = <3300000>;
30 regulator-min-microvolt = <3300000>;
31 regulator-name = "3.3V_SD";
32 startup-delay-us = <10000>;
35 reg_can1: regulator-can1 {
36 compatible = "regulator-fixed";
37 pinctrl-names = "default";
38 pinctrl-0 = <&pinctrl_enable_can1_power>;
39 enable-active-high;
41 regulator-name = "5V_SW_CAN1";
42 startup-delay-us = <10000>;
45 reg_can2: regulator-can2 {
46 compatible = "regulator-fixed";
47 pinctrl-names = "default";
48 pinctrl-0 = <&pinctrl_enable_can2_power>;
49 enable-active-high;
51 regulator-name = "5V_SW_CAN2";
52 startup-delay-us = <10000>;
58 xceiver-supply = <&reg_can1>;
64 xceiver-supply = <&reg_can2>;
76 shunt-resistor = <5000>;
79 temperature-sensor@4f {
92 pinctrl-0 = <&pinctrl_usdhc2_4bit>, <&pinctrl_mmc1_cd>;
93 pinctrl-1 = <&pinctrl_usdhc2_4bit_100mhz>, <&pinctrl_mmc1_cd>;
94 pinctrl-2 = <&pinctrl_usdhc2_4bit_200mhz>, <&pinctrl_mmc1_cd>;
95 pinctrl-3 = <&pinctrl_usdhc2_4bit_sleep>, <&pinctrl_mmc1_cd_sleep>;
96 bus-width = <4>;
97 vmmc-supply = <&reg_3v3_mmc>;
103 vmmc-supply = <&reg_3v3_sd>;