Lines Matching +full:power +full:- +full:off +full:- +full:delay +full:- +full:us

1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 /dts-v1/;
19 stdout-path = "serial2:115200n8";
27 gpio-leds {
28 compatible = "gpio-leds";
30 blue_led: led-0 {
31 label = "mk808:blue:power";
33 default-state = "off";
34 linux,default-trigger = "default-on";
39 compatible = "hdmi-connector";
44 remote-endpoint = <&hdmi_out_con>;
49 vcc_io: vcc-io {
50 compatible = "regulator-fixed";
51 regulator-name = "vcc_io";
52 regulator-min-microvolt = <3300000>;
53 regulator-max-microvolt = <3300000>;
56 vcc_host: usb-host-regulator {
57 compatible = "regulator-fixed";
58 enable-active-high;
60 pinctrl-0 = <&host_drv>;
61 pinctrl-names = "default";
62 regulator-always-on;
63 regulator-name = "host-pwr";
64 regulator-min-microvolt = <5000000>;
65 regulator-max-microvolt = <5000000>;
66 startup-delay-us = <100000>;
67 vin-supply = <&vcc_io>;
70 vcc_otg: usb-otg-regulator {
71 compatible = "regulator-fixed";
72 enable-active-high;
74 pinctrl-0 = <&otg_drv>;
75 pinctrl-names = "default";
76 regulator-always-on;
77 regulator-name = "vcc_otg";
78 regulator-min-microvolt = <5000000>;
79 regulator-max-microvolt = <5000000>;
80 startup-delay-us = <100000>;
81 vin-supply = <&vcc_io>;
84 vcc_sd: sdmmc-regulator {
85 compatible = "regulator-fixed";
87 pinctrl-0 = <&sdmmc_pwr>;
88 pinctrl-names = "default";
89 regulator-name = "vcc_sd";
90 regulator-min-microvolt = <3300000>;
91 regulator-max-microvolt = <3300000>;
92 startup-delay-us = <100000>;
93 vin-supply = <&vcc_io>;
96 vcc_wifi: sdio-regulator {
97 compatible = "regulator-fixed";
98 enable-active-high;
100 pinctrl-0 = <&wifi_pwr>;
101 pinctrl-names = "default";
102 regulator-name = "vcc_wifi";
103 regulator-min-microvolt = <3300000>;
104 regulator-max-microvolt = <3300000>;
105 startup-delay-us = <100000>;
106 vin-supply = <&vcc_io>;
120 remote-endpoint = <&hdmi_con_in>;
125 bus-width = <4>;
126 cap-mmc-highspeed;
127 cap-sd-highspeed;
128 vmmc-supply = <&vcc_sd>;
133 bus-width = <4>;
134 non-removable;
135 pinctrl-0 = <&sd1_clk &sd1_cmd &sd1_bus4>;
136 pinctrl-names = "default";
137 vmmc-supply = <&vcc_wifi>;
142 usb-host {
143 host_drv: host-drv {
148 usb-otg {
149 otg_drv: otg-drv {
155 sdmmc_pwr: sdmmc-pwr {
161 wifi_pwr: wifi-pwr {