Lines Matching +full:delay +full:- +full:us
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 /dts-v1/;
14 stdout-path = "serial2:115200n8";
22 gpio-leds {
23 compatible = "gpio-leds";
25 blue_led: led-0 {
28 default-state = "off";
29 linux,default-trigger = "default-on";
34 compatible = "hdmi-connector";
39 remote-endpoint = <&hdmi_out_con>;
44 vcc_io: vcc-io {
45 compatible = "regulator-fixed";
46 regulator-name = "vcc_io";
47 regulator-min-microvolt = <3300000>;
48 regulator-max-microvolt = <3300000>;
51 vcc_host: usb-host-regulator {
52 compatible = "regulator-fixed";
53 enable-active-high;
55 pinctrl-0 = <&host_drv>;
56 pinctrl-names = "default";
57 regulator-always-on;
58 regulator-name = "host-pwr";
59 regulator-min-microvolt = <5000000>;
60 regulator-max-microvolt = <5000000>;
61 startup-delay-us = <100000>;
62 vin-supply = <&vcc_io>;
65 vcc_otg: usb-otg-regulator {
66 compatible = "regulator-fixed";
67 enable-active-high;
69 pinctrl-0 = <&otg_drv>;
70 pinctrl-names = "default";
71 regulator-always-on;
72 regulator-name = "vcc_otg";
73 regulator-min-microvolt = <5000000>;
74 regulator-max-microvolt = <5000000>;
75 startup-delay-us = <100000>;
76 vin-supply = <&vcc_io>;
79 vcc_sd: sdmmc-regulator {
80 compatible = "regulator-fixed";
82 pinctrl-0 = <&sdmmc_pwr>;
83 pinctrl-names = "default";
84 regulator-name = "vcc_sd";
85 regulator-min-microvolt = <3300000>;
86 regulator-max-microvolt = <3300000>;
87 startup-delay-us = <100000>;
88 vin-supply = <&vcc_io>;
91 vcc_wifi: sdio-regulator {
92 compatible = "regulator-fixed";
93 enable-active-high;
95 pinctrl-0 = <&wifi_pwr>;
96 pinctrl-names = "default";
97 regulator-name = "vcc_wifi";
98 regulator-min-microvolt = <3300000>;
99 regulator-max-microvolt = <3300000>;
100 startup-delay-us = <100000>;
101 vin-supply = <&vcc_io>;
115 remote-endpoint = <&hdmi_con_in>;
120 bus-width = <4>;
121 cap-mmc-highspeed;
122 cap-sd-highspeed;
123 vmmc-supply = <&vcc_sd>;
128 bus-width = <4>;
129 non-removable;
130 pinctrl-0 = <&sd1_clk &sd1_cmd &sd1_bus4>;
131 pinctrl-names = "default";
132 vmmc-supply = <&vcc_wifi>;
137 usb-host {
138 host_drv: host-drv {
143 usb-otg {
144 otg_drv: otg-drv {
150 sdmmc_pwr: sdmmc-pwr {
156 wifi_pwr: wifi-pwr {