Lines Matching +full:regulator +full:- +full:state +full:- +full:mem

1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 #include <dt-bindings/gpio/gpio.h>
7 #include <dt-bindings/leds/common.h>
8 #include <dt-bindings/pinctrl/rockchip.h>
12 compatible = "tsd,rk3588-tiger", "rockchip,rk3588";
19 emmc_pwrseq: emmc-pwrseq {
20 compatible = "mmc-pwrseq-emmc";
21 pinctrl-0 = <&emmc_reset>;
22 pinctrl-names = "default";
23 reset-gpios = <&gpio2 RK_PA3 GPIO_ACTIVE_HIGH>;
26 extcon_usb3: extcon-usb3 {
27 compatible = "linux,extcon-usb-gpio";
28 id-gpios = <&gpio3 RK_PC0 GPIO_ACTIVE_HIGH>;
29 pinctrl-names = "default";
30 pinctrl-0 = <&usb3_id>;
35 compatible = "gpio-leds";
36 pinctrl-names = "default";
37 pinctrl-0 = <&module_led_pin>;
40 led-1 {
43 linux,default-trigger = "heartbeat";
49 * 100MHz reference clock for PCIe peripherals from PI6C557-05BLE
52 * This is modeled as a fixed-clock plus a gpio-gate-clock.
54 pcie_refclk_gen: pcie-refclk-gen-clock {
55 compatible = "fixed-clock";
56 #clock-cells = <0>;
57 clock-frequency = <100000000>;
60 pcie_refclk: pcie-refclk-clock {
61 compatible = "gpio-gate-clock";
63 #clock-cells = <0>;
64 enable-gpios = <&gpio4 RK_PB4 GPIO_ACTIVE_HIGH>; /* PCIE30X4_CLKREQN_M1_L */
67 vcc_1v1_nldo_s3: vcc-1v1-nldo-s3-regulator {
68 compatible = "regulator-fixed";
69 regulator-name = "vcc_1v1_nldo_s3";
70 regulator-always-on;
71 regulator-boot-on;
72 regulator-min-microvolt = <1100000>;
73 regulator-max-microvolt = <1100000>;
74 vin-supply = <&vcc5v0_sys>;
77 vcc_1v2_s3: vcc-1v2-s3-regulator {
78 compatible = "regulator-fixed";
79 regulator-name = "vcc_1v2_s3";
80 regulator-always-on;
81 regulator-boot-on;
82 regulator-min-microvolt = <1200000>;
83 regulator-max-microvolt = <1200000>;
84 vin-supply = <&vcc5v0_sys>;
87 vcc5v0_sys: vcc5v0-sys-regulator {
88 compatible = "regulator-fixed";
89 regulator-name = "vcc5v0_sys";
90 regulator-always-on;
91 regulator-boot-on;
92 regulator-min-microvolt = <5000000>;
93 regulator-max-microvolt = <5000000>;
94 vin-supply = <&vcc5v0_baseboard>;
99 cpu-supply = <&vdd_cpu_big0_s0>;
103 cpu-supply = <&vdd_cpu_big0_s0>;
107 cpu-supply = <&vdd_cpu_big1_s0>;
111 cpu-supply = <&vdd_cpu_big1_s0>;
115 cpu-supply = <&vdd_cpu_lit_s0>;
119 cpu-supply = <&vdd_cpu_lit_s0>;
123 cpu-supply = <&vdd_cpu_lit_s0>;
127 cpu-supply = <&vdd_cpu_lit_s0>;
132 phy-handle = <&rgmii_phy>;
133 phy-mode = "rgmii";
134 phy-supply = <&vcc_1v2_s3>;
135 pinctrl-names = "default";
136 pinctrl-0 = <&gmac0_miim
145 snps,reset-gpio = <&gpio4 RK_PC3 GPIO_ACTIVE_LOW>;
146 snps,reset-active-low;
147 snps,reset-delays-us = <0 10000 100000>;
151 mali-supply = <&vdd_gpu_s0>;
156 pinctrl-0 = <&i2c1m0_xfer>;
168 pinctrl-0 = <&i2c2m3_xfer>;
181 pinctrl-0 = <&i2c3m0_xfer>;
185 pinctrl-0 = <&i2c4m4_xfer>;
188 vdd_npu_s0: regulator@42 {
191 fcs,suspend-voltage-selector = <1>;
192 regulator-name = "vdd_npu_s0";
193 regulator-always-on;
194 regulator-boot-on;
195 regulator-min-microvolt = <550000>;
196 regulator-max-microvolt = <950000>;
197 regulator-ramp-delay = <2300>;
198 vin-supply = <&vcc5v0_sys>;
200 regulator-state-mem {
201 regulator-off-in-suspend;
207 pinctrl-0 = <&i2c5m1_xfer>;
220 * Mule-ATtiny can handle up to Fast mode Plus (1MHz) on I2C bus,
223 clock-frequency = <400000>;
248 vdd_cpu_big0_s0: regulator@42 {
251 fcs,suspend-voltage-selector = <1>;
252 regulator-name = "vdd_cpu_big0_s0";
253 regulator-always-on;
254 regulator-boot-on;
255 regulator-min-microvolt = <550000>;
256 regulator-max-microvolt = <1050000>;
257 regulator-ramp-delay = <2300>;
258 vin-supply = <&vcc5v0_sys>;
260 regulator-state-mem {
261 regulator-off-in-suspend;
265 vdd_cpu_big1_s0: regulator@43 {
268 fcs,suspend-voltage-selector = <1>;
269 regulator-name = "vdd_cpu_big1_s0";
270 regulator-always-on;
271 regulator-boot-on;
272 regulator-min-microvolt = <550000>;
273 regulator-max-microvolt = <1050000>;
274 regulator-ramp-delay = <2300>;
275 vin-supply = <&vcc5v0_sys>;
277 regulator-state-mem {
278 regulator-off-in-suspend;
292 pinctrl-0 = <&i2c8m2_xfer>;
296 rgmii_phy: ethernet-phy@6 {
298 compatible = "ethernet-phy-ieee802.3-c22";
306 * The board has a gpio-controlled "pcie_refclk" generator,
313 clock-names = "aclk_mst", "aclk_slv",
317 reset-gpios = <&gpio3 RK_PB6 GPIO_ACTIVE_HIGH>;
322 emmc_reset: emmc-reset {
328 eth_reset: eth-reset {
334 module_led_pin: module-led-pin {
340 usb3_id: usb3-id {
348 pinctrl-0 = <&pwm0m1_pins>;
349 pinctrl-names = "default";
353 vref-supply = <&vcc_1v8_s0>;
358 bus-width = <8>;
359 cap-mmc-highspeed;
360 mmc-ddr-1_8v;
361 mmc-hs200-1_8v;
362 mmc-hs400-1_8v;
363 mmc-hs400-enhanced-strobe;
364 mmc-pwrseq = <&emmc_pwrseq>;
365 no-sdio;
366 no-sd;
367 non-removable;
368 pinctrl-names = "default";
369 pinctrl-0 = <&emmc_bus8 &emmc_cmd &emmc_clk &emmc_data_strobe>;
370 supports-cqe;
371 vmmc-supply = <&vcc_3v3_s3>;
372 vqmmc-supply = <&vcc_1v8_s3>;
377 bus-width = <4>;
378 cap-sd-highspeed;
379 max-frequency = <150000000>;
380 vqmmc-supply = <&vccio_sd_s0>;
384 pinctrl-0 = <&spi0m1_cs0 &spi0m1_cs1 &spi0m3_pins>;
388 assigned-clocks = <&cru CLK_SPI2>;
389 assigned-clock-rates = <200000000>;
390 num-cs = <1>;
391 pinctrl-names = "default";
392 pinctrl-0 = <&spi2m2_cs0 &spi2m2_pins>;
398 interrupt-parent = <&gpio0>;
400 gpio-controller;
401 #gpio-cells = <2>;
402 pinctrl-names = "default";
403 pinctrl-0 = <&pmic_pins>, <&rk806_dvs1_null>,
405 spi-max-frequency = <1000000>;
406 system-power-controller;
407 vcc1-supply = <&vcc5v0_sys>;
408 vcc2-supply = <&vcc5v0_sys>;
409 vcc3-supply = <&vcc5v0_sys>;
410 vcc4-supply = <&vcc5v0_sys>;
411 vcc5-supply = <&vcc5v0_sys>;
412 vcc6-supply = <&vcc5v0_sys>;
413 vcc7-supply = <&vcc5v0_sys>;
414 vcc8-supply = <&vcc5v0_sys>;
415 vcc9-supply = <&vcc5v0_sys>;
416 vcc10-supply = <&vcc5v0_sys>;
417 vcc11-supply = <&vcc_2v0_pldo_s3>;
418 vcc12-supply = <&vcc5v0_sys>;
419 vcc13-supply = <&vcc_1v1_nldo_s3>;
420 vcc14-supply = <&vcc_1v1_nldo_s3>;
421 vcca-supply = <&vcc5v0_sys>;
423 rk806_dvs1_null: dvs1-null-pins {
428 rk806_dvs2_null: dvs2-null-pins {
433 rk806_dvs3_null: dvs3-null-pins {
439 vdd_gpu_s0: dcdc-reg1 {
440 regulator-boot-on;
441 regulator-min-microvolt = <550000>;
442 regulator-max-microvolt = <950000>;
443 regulator-ramp-delay = <12500>;
444 regulator-name = "vdd_gpu_s0";
445 regulator-enable-ramp-delay = <400>;
447 regulator-state-mem {
448 regulator-off-in-suspend;
452 vdd_cpu_lit_s0: dcdc-reg2 {
453 regulator-name = "vdd_cpu_lit_s0";
454 regulator-always-on;
455 regulator-boot-on;
456 regulator-min-microvolt = <550000>;
457 regulator-max-microvolt = <950000>;
458 regulator-ramp-delay = <12500>;
460 regulator-state-mem {
461 regulator-off-in-suspend;
465 vdd_log_s0: dcdc-reg3 {
466 regulator-name = "vdd_log_s0";
467 regulator-always-on;
468 regulator-boot-on;
469 regulator-min-microvolt = <675000>;
470 regulator-max-microvolt = <750000>;
471 regulator-ramp-delay = <12500>;
473 regulator-state-mem {
474 regulator-off-in-suspend;
475 regulator-suspend-microvolt = <750000>;
479 vdd_vdenc_s0: dcdc-reg4 {
480 regulator-name = "vdd_vdenc_s0";
481 regulator-always-on;
482 regulator-boot-on;
483 regulator-min-microvolt = <550000>;
484 regulator-max-microvolt = <950000>;
485 regulator-ramp-delay = <12500>;
487 regulator-state-mem {
488 regulator-off-in-suspend;
492 vdd_ddr_s0: dcdc-reg5 {
493 regulator-name = "vdd_ddr_s0";
494 regulator-always-on;
495 regulator-boot-on;
496 regulator-min-microvolt = <675000>;
497 regulator-max-microvolt = <900000>;
498 regulator-ramp-delay = <12500>;
500 regulator-state-mem {
501 regulator-off-in-suspend;
502 regulator-suspend-microvolt = <850000>;
506 vdd2_ddr_s3: dcdc-reg6 {
507 regulator-name = "vdd2_ddr_s3";
508 regulator-always-on;
509 regulator-boot-on;
511 regulator-state-mem {
512 regulator-on-in-suspend;
516 vcc_2v0_pldo_s3: dcdc-reg7 {
517 regulator-name = "vcc_2v0_pldo_s3";
518 regulator-always-on;
519 regulator-boot-on;
520 regulator-min-microvolt = <2000000>;
521 regulator-max-microvolt = <2000000>;
522 regulator-ramp-delay = <12500>;
524 regulator-state-mem {
525 regulator-on-in-suspend;
526 regulator-suspend-microvolt = <2000000>;
530 vcc_3v3_s3: dcdc-reg8 {
531 regulator-name = "vcc_3v3_s3";
532 regulator-always-on;
533 regulator-boot-on;
534 regulator-min-microvolt = <3300000>;
535 regulator-max-microvolt = <3300000>;
537 regulator-state-mem {
538 regulator-on-in-suspend;
539 regulator-suspend-microvolt = <3300000>;
543 vddq_ddr_s0: dcdc-reg9 {
544 regulator-name = "vddq_ddr_s0";
545 regulator-always-on;
546 regulator-boot-on;
548 regulator-state-mem {
549 regulator-off-in-suspend;
553 vcc_1v8_s3: dcdc-reg10 {
554 regulator-name = "vcc_1v8_s3";
555 regulator-always-on;
556 regulator-boot-on;
557 regulator-min-microvolt = <1800000>;
558 regulator-max-microvolt = <1800000>;
560 regulator-state-mem {
561 regulator-on-in-suspend;
562 regulator-suspend-microvolt = <1800000>;
566 vcca_1v8_s0: pldo-reg1 {
567 regulator-name = "vcca_1v8_s0";
568 regulator-always-on;
569 regulator-boot-on;
570 regulator-min-microvolt = <1800000>;
571 regulator-max-microvolt = <1800000>;
573 regulator-state-mem {
574 regulator-off-in-suspend;
578 vcc_1v8_s0: pldo-reg2 {
579 regulator-name = "vcc_1v8_s0";
580 regulator-always-on;
581 regulator-boot-on;
582 regulator-min-microvolt = <1800000>;
583 regulator-max-microvolt = <1800000>;
585 regulator-state-mem {
586 regulator-off-in-suspend;
587 regulator-suspend-microvolt = <1800000>;
591 vdda_1v2_s0: pldo-reg3 {
592 regulator-name = "vdda_1v2_s0";
593 regulator-always-on;
594 regulator-boot-on;
595 regulator-min-microvolt = <1200000>;
596 regulator-max-microvolt = <1200000>;
598 regulator-state-mem {
599 regulator-off-in-suspend;
603 vcca_3v3_s0: pldo-reg4 {
604 regulator-name = "vcca_3v3_s0";
605 regulator-always-on;
606 regulator-boot-on;
607 regulator-min-microvolt = <3300000>;
608 regulator-max-microvolt = <3300000>;
609 regulator-ramp-delay = <12500>;
611 regulator-state-mem {
612 regulator-off-in-suspend;
616 vccio_sd_s0: pldo-reg5 {
617 regulator-name = "vccio_sd_s0";
618 regulator-always-on;
619 regulator-boot-on;
620 regulator-min-microvolt = <1800000>;
621 regulator-max-microvolt = <3300000>;
622 regulator-ramp-delay = <12500>;
624 regulator-state-mem {
625 regulator-off-in-suspend;
629 pldo6_s3: pldo-reg6 {
630 regulator-name = "pldo6_s3";
631 regulator-always-on;
632 regulator-boot-on;
633 regulator-min-microvolt = <1800000>;
634 regulator-max-microvolt = <1800000>;
636 regulator-state-mem {
637 regulator-on-in-suspend;
638 regulator-suspend-microvolt = <1800000>;
642 vdd_0v75_s3: nldo-reg1 {
643 regulator-name = "vdd_0v75_s3";
644 regulator-always-on;
645 regulator-boot-on;
646 regulator-min-microvolt = <750000>;
647 regulator-max-microvolt = <750000>;
649 regulator-state-mem {
650 regulator-on-in-suspend;
651 regulator-suspend-microvolt = <750000>;
655 vdda_ddr_pll_s0: nldo-reg2 {
656 regulator-name = "vdda_ddr_pll_s0";
657 regulator-always-on;
658 regulator-boot-on;
659 regulator-min-microvolt = <850000>;
660 regulator-max-microvolt = <850000>;
662 regulator-state-mem {
663 regulator-off-in-suspend;
664 regulator-suspend-microvolt = <850000>;
668 vdda_0v75_s0: nldo-reg3 {
669 regulator-name = "vdda_0v75_s0";
670 regulator-always-on;
671 regulator-boot-on;
672 regulator-min-microvolt = <750000>;
673 regulator-max-microvolt = <750000>;
675 regulator-state-mem {
676 regulator-off-in-suspend;
680 vdda_0v85_s0: nldo-reg4 {
681 regulator-name = "vdda_0v85_s0";
682 regulator-always-on;
683 regulator-boot-on;
684 regulator-min-microvolt = <850000>;
685 regulator-max-microvolt = <850000>;
687 regulator-state-mem {
688 regulator-off-in-suspend;
692 vdd_0v75_s0: nldo-reg5 {
693 regulator-name = "vdd_0v75_s0";
694 regulator-always-on;
695 regulator-boot-on;
696 regulator-min-microvolt = <750000>;
697 regulator-max-microvolt = <750000>;
699 regulator-state-mem {
700 regulator-off-in-suspend;
713 pinctrl-0 = <&uart2m2_xfer>;
716 /* Mule-ATtiny UPDI */
718 pinctrl-0 = <&uart4m2_xfer>;