riscv: dts: starfive: enable DCDC1&ALDO4 node in axp15060
Enable DCDC1 node for vmmc-supply and enable ALDO4 node for vqmmc-supply. Signed-off-by: William Qiu <william.qiu@starfivetech.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
This commit is contained in:
parent
8384087a42
commit
7dafcfa79c
1 changed files with 16 additions and 0 deletions
|
@ -165,12 +165,28 @@
|
||||||
#interrupt-cells = <1>;
|
#interrupt-cells = <1>;
|
||||||
|
|
||||||
regulators {
|
regulators {
|
||||||
|
vcc_3v3: dcdc1 {
|
||||||
|
regulator-boot-on;
|
||||||
|
regulator-always-on;
|
||||||
|
regulator-min-microvolt = <3300000>;
|
||||||
|
regulator-max-microvolt = <3300000>;
|
||||||
|
regulator-name = "vcc_3v3";
|
||||||
|
};
|
||||||
|
|
||||||
vdd_cpu: dcdc2 {
|
vdd_cpu: dcdc2 {
|
||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
regulator-min-microvolt = <500000>;
|
regulator-min-microvolt = <500000>;
|
||||||
regulator-max-microvolt = <1540000>;
|
regulator-max-microvolt = <1540000>;
|
||||||
regulator-name = "vdd-cpu";
|
regulator-name = "vdd-cpu";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
emmc_vdd: aldo4 {
|
||||||
|
regulator-boot-on;
|
||||||
|
regulator-always-on;
|
||||||
|
regulator-min-microvolt = <1800000>;
|
||||||
|
regulator-max-microvolt = <1800000>;
|
||||||
|
regulator-name = "emmc_vdd";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue