Lines Matching +full:fan +full:- +full:supply
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 #include "dt-bindings/pwm/pwm.h"
7 #include "dt-bindings/input/input.h"
11 compatible = "rockchip,rk3399-sapphire", "rockchip,rk3399";
20 stdout-path = "serial2:1500000n8";
23 clkin_gmac: external-gmac-clock {
24 compatible = "fixed-clock";
25 clock-frequency = <125000000>;
26 clock-output-names = "clkin_gmac";
27 #clock-cells = <0>;
30 dc_12v: dc-12v {
31 compatible = "regulator-fixed";
32 regulator-name = "dc_12v";
33 regulator-always-on;
34 regulator-boot-on;
35 regulator-min-microvolt = <12000000>;
36 regulator-max-microvolt = <12000000>;
40 * The fan power supply comes from the baseboard.
44 fan0: gpio-fan {
45 #cooling-cells = <2>;
46 compatible = "gpio-fan";
47 gpio-fan,speed-map = <0 0>, <3000 1>;
52 keys: gpio-keys {
53 compatible = "gpio-keys";
56 key-power {
57 debounce-interval = <100>;
61 linux,input-type = <1>;
62 pinctrl-names = "default";
63 pinctrl-0 = <&pwr_btn>;
64 wakeup-source;
69 vcc1v8_s3: vcca1v8_s3: vcc1v8-s3 {
70 compatible = "regulator-fixed";
71 regulator-name = "vcc1v8_s3";
72 regulator-always-on;
73 regulator-boot-on;
74 regulator-min-microvolt = <1800000>;
75 regulator-max-microvolt = <1800000>;
76 vin-supply = <&vcc_1v8>;
79 vcc3v0_sd: vcc3v0-sd {
80 compatible = "regulator-fixed";
81 enable-active-high;
83 pinctrl-names = "default";
84 pinctrl-0 = <&sdmmc0_pwr_h>;
85 regulator-always-on;
86 regulator-max-microvolt = <3000000>;
87 regulator-min-microvolt = <3000000>;
88 regulator-name = "vcc3v0_sd";
89 vin-supply = <&vcc3v3_sys>;
92 vcc3v3_sys: vcc3v3-sys {
93 compatible = "regulator-fixed";
94 regulator-name = "vcc3v3_sys";
95 regulator-always-on;
96 regulator-boot-on;
97 regulator-min-microvolt = <3300000>;
98 regulator-max-microvolt = <3300000>;
99 vin-supply = <&vcc_sys>;
102 vcc5v0_host: vcc5v0-host-regulator {
103 compatible = "regulator-fixed";
104 enable-active-high;
106 pinctrl-names = "default";
107 pinctrl-0 = <&vcc5v0_host_en>;
108 regulator-name = "vcc5v0_host";
109 regulator-always-on;
110 vin-supply = <&vcc_sys>;
113 vcc5v0_typec0: vcc5v0-typec0-regulator {
114 compatible = "regulator-fixed";
115 enable-active-high;
117 pinctrl-names = "default";
118 pinctrl-0 = <&vcc5v0_typec0_en>;
119 regulator-name = "vcc5v0_typec0";
120 vin-supply = <&vcc_sys>;
123 vcc_sys: vcc-sys {
124 compatible = "regulator-fixed";
125 regulator-name = "vcc_sys";
126 regulator-always-on;
127 regulator-boot-on;
128 regulator-min-microvolt = <5000000>;
129 regulator-max-microvolt = <5000000>;
130 vin-supply = <&dc_12v>;
133 vdd_log: vdd-log {
134 compatible = "pwm-regulator";
136 pwm-supply = <&vcc_sys>;
137 regulator-name = "vdd_log";
138 regulator-always-on;
139 regulator-boot-on;
140 regulator-min-microvolt = <800000>;
141 regulator-max-microvolt = <1400000>;
146 cpu-supply = <&vdd_cpu_l>;
150 cpu-supply = <&vdd_cpu_l>;
154 cpu-supply = <&vdd_cpu_l>;
158 cpu-supply = <&vdd_cpu_l>;
162 cpu-supply = <&vdd_cpu_b>;
166 cpu-supply = <&vdd_cpu_b>;
178 cooling-maps {
180 cooling-device =
192 assigned-clocks = <&cru SCLK_RMII_SRC>;
193 assigned-clock-parents = <&clkin_gmac>;
195 phy-supply = <&vcc_lan>;
196 phy-mode = "rgmii";
197 pinctrl-names = "default";
198 pinctrl-0 = <&rgmii_pins>;
199 snps,reset-gpio = <&gpio3 RK_PB7 GPIO_ACTIVE_LOW>;
200 snps,reset-active-low;
201 snps,reset-delays-us = <0 10000 50000>;
208 mali-supply = <&vdd_gpu>;
213 ddc-i2c-bus = <&i2c3>;
222 clock-frequency = <400000>;
223 i2c-scl-rising-time-ns = <168>;
224 i2c-scl-falling-time-ns = <4>;
230 interrupt-parent = <&gpio1>;
232 #clock-cells = <1>;
233 clock-output-names = "xin32k", "rk808-clkout2";
234 pinctrl-names = "default";
235 pinctrl-0 = <&pmic_int_l>;
236 rockchip,system-power-controller;
237 wakeup-source;
239 vcc1-supply = <&vcc_sys>;
240 vcc2-supply = <&vcc_sys>;
241 vcc3-supply = <&vcc_sys>;
242 vcc4-supply = <&vcc_sys>;
243 vcc6-supply = <&vcc_sys>;
244 vcc7-supply = <&vcc_sys>;
245 vcc8-supply = <&vcc3v3_sys>;
246 vcc9-supply = <&vcc_sys>;
247 vcc10-supply = <&vcc_sys>;
248 vcc11-supply = <&vcc_sys>;
249 vcc12-supply = <&vcc3v3_sys>;
250 vddio-supply = <&vcc1v8_pmu>;
254 regulator-name = "vdd_center";
255 regulator-always-on;
256 regulator-boot-on;
257 regulator-min-microvolt = <750000>;
258 regulator-max-microvolt = <1350000>;
259 regulator-ramp-delay = <6001>;
260 regulator-state-mem {
261 regulator-off-in-suspend;
266 regulator-name = "vdd_cpu_l";
267 regulator-always-on;
268 regulator-boot-on;
269 regulator-min-microvolt = <750000>;
270 regulator-max-microvolt = <1350000>;
271 regulator-ramp-delay = <6001>;
272 regulator-state-mem {
273 regulator-off-in-suspend;
278 regulator-name = "vcc_ddr";
279 regulator-always-on;
280 regulator-boot-on;
281 regulator-state-mem {
282 regulator-on-in-suspend;
287 regulator-name = "vcc_1v8";
288 regulator-always-on;
289 regulator-boot-on;
290 regulator-min-microvolt = <1800000>;
291 regulator-max-microvolt = <1800000>;
292 regulator-state-mem {
293 regulator-on-in-suspend;
294 regulator-suspend-microvolt = <1800000>;
299 regulator-name = "vcc1v8_dvp";
300 regulator-always-on;
301 regulator-boot-on;
302 regulator-min-microvolt = <1800000>;
303 regulator-max-microvolt = <1800000>;
304 regulator-state-mem {
305 regulator-off-in-suspend;
310 regulator-name = "vcc3v0_tp";
311 regulator-always-on;
312 regulator-boot-on;
313 regulator-min-microvolt = <3000000>;
314 regulator-max-microvolt = <3000000>;
315 regulator-state-mem {
316 regulator-off-in-suspend;
321 regulator-name = "vcc1v8_pmu";
322 regulator-always-on;
323 regulator-boot-on;
324 regulator-min-microvolt = <1800000>;
325 regulator-max-microvolt = <1800000>;
326 regulator-state-mem {
327 regulator-on-in-suspend;
328 regulator-suspend-microvolt = <1800000>;
333 regulator-name = "vcc_sdio";
334 regulator-always-on;
335 regulator-boot-on;
336 regulator-min-microvolt = <1800000>;
337 regulator-max-microvolt = <3300000>;
338 regulator-state-mem {
339 regulator-on-in-suspend;
340 regulator-suspend-microvolt = <3000000>;
345 regulator-name = "vcca3v0_codec";
346 regulator-always-on;
347 regulator-boot-on;
348 regulator-min-microvolt = <3000000>;
349 regulator-max-microvolt = <3000000>;
350 regulator-state-mem {
351 regulator-off-in-suspend;
356 regulator-name = "vcc_1v5";
357 regulator-always-on;
358 regulator-boot-on;
359 regulator-min-microvolt = <1500000>;
360 regulator-max-microvolt = <1500000>;
361 regulator-state-mem {
362 regulator-on-in-suspend;
363 regulator-suspend-microvolt = <1500000>;
368 regulator-name = "vcca1v8_codec";
369 regulator-always-on;
370 regulator-boot-on;
371 regulator-min-microvolt = <1800000>;
372 regulator-max-microvolt = <1800000>;
373 regulator-state-mem {
374 regulator-off-in-suspend;
379 regulator-name = "vcc_3v0";
380 regulator-always-on;
381 regulator-boot-on;
382 regulator-min-microvolt = <3000000>;
383 regulator-max-microvolt = <3000000>;
384 regulator-state-mem {
385 regulator-on-in-suspend;
386 regulator-suspend-microvolt = <3000000>;
391 regulator-name = "vcc3v3_s3";
392 regulator-always-on;
393 regulator-boot-on;
394 regulator-state-mem {
395 regulator-off-in-suspend;
400 regulator-name = "vcc3v3_s0";
401 regulator-always-on;
402 regulator-boot-on;
403 regulator-state-mem {
404 regulator-off-in-suspend;
413 fcs,suspend-voltage-selector = <1>;
414 regulator-name = "vdd_cpu_b";
415 regulator-min-microvolt = <712500>;
416 regulator-max-microvolt = <1500000>;
417 regulator-ramp-delay = <1000>;
418 regulator-always-on;
419 regulator-boot-on;
420 vin-supply = <&vcc_sys>;
422 regulator-state-mem {
423 regulator-off-in-suspend;
430 fcs,suspend-voltage-selector = <1>;
431 regulator-name = "vdd_gpu";
432 regulator-min-microvolt = <712500>;
433 regulator-max-microvolt = <1500000>;
434 regulator-ramp-delay = <1000>;
435 regulator-always-on;
436 regulator-boot-on;
437 vin-supply = <&vcc_sys>;
439 regulator-state-mem {
440 regulator-off-in-suspend;
446 i2c-scl-rising-time-ns = <450>;
447 i2c-scl-falling-time-ns = <15>;
458 bt656-supply = <&vcc_3v0>;
459 audio-supply = <&vcca1v8_codec>;
460 sdmmc-supply = <&vcc_sdio>;
461 gpio1830-supply = <&vcc_3v0>;
465 pmu1830-supply = <&vcc_3v0>;
471 pwr_btn: pwr-btn {
476 fan {
477 motor_pwr: motor-pwr {
484 pmic_int_l: pmic-int-l {
489 vsel1_pin: vsel1-pin {
493 vsel2_pin: vsel2-pin {
499 sdmmc0_pwr_h: sdmmc0-pwr-h {
506 vcc5v0_host_en: vcc5v0-host-en {
510 vcc5v0_typec0_en: vcc5v0-typec0-en {
526 vref-supply = <&vcca1v8_s3>;
531 bus-width = <8>;
532 mmc-hs400-1_8v;
533 mmc-hs400-enhanced-strobe;
534 non-removable;
539 broken-cd;
540 bus-width = <4>;
541 cap-mmc-highspeed;
542 cap-sd-highspeed;
543 clock-frequency = <150000000>;
544 disable-wp;
545 max-frequency = <150000000>;
546 pinctrl-names = "default";
547 pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sdmmc_cd &sdmmc_bus4>;
548 vmmc-supply = <&vcc3v0_sd>;
549 vqmmc-supply = <&vcc_sdio>;
563 rockchip,hw-tshut-mode = <1>;
565 rockchip,hw-tshut-polarity = <1>;
572 u2phy0_otg: otg-port {
576 u2phy0_host: host-port {
577 phy-supply = <&vcc5v0_typec0>;
585 u2phy1_otg: otg-port {
589 u2phy1_host: host-port {
590 phy-supply = <&vcc5v0_host>;
596 pinctrl-names = "default";
597 pinctrl-0 = <&uart0_xfer &uart0_cts>;