summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeerthy <j-keerthy@ti.com>2024-02-12 14:42:58 +0530
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2024-03-21 14:26:33 +0000
commitad1796ffb3dbe2bcbd6aeec559f607c05732c7de (patch)
tree0aca5cc906186022f067e4f350e9be657fd62264
parent6629a6717fe7915b0d183f78dd6773ae545e5abf (diff)
arm: dts: k3-j784s4-r5 Add AVS and TPS62873 node
Add AVS and Tulip TPS62873 regulator node. Signed-off-by: Keerthy <j-keerthy@ti.com>
-rw-r--r--arch/arm/dts/k3-j784s4-r5-evm.dts25
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-j784s4-r5-evm.dts b/arch/arm/dts/k3-j784s4-r5-evm.dts
index c38deb49a4..269f227f33 100644
--- a/arch/arm/dts/k3-j784s4-r5-evm.dts
+++ b/arch/arm/dts/k3-j784s4-r5-evm.dts
@@ -95,6 +95,15 @@
<&mcu_secproxy 23>;
bootph-pre-ram;
};
+
+ wkup_vtm0: vtm@42040000 {
+ compatible = "ti,j721s2-avs";
+ reg = <0x0 0x42040000 0x0 0x350>,
+ <0x0 0x42050000 0x0 0x350>,
+ <0x0 0x43000300 0x0 0x10>;
+ power-domains = <&k3_pds 243 TI_SCI_PD_SHARED>;
+ #thermal-sensor-cells = <1>;
+ };
};
&main_pmx0 {
@@ -243,4 +252,20 @@
bootph-pre-ram;
};
};
+
+ tps62873: tps62873@40 {
+ compatible = "ti,tps6287x";
+ bootph-pre-ram;
+ reg = <0x40>;
+ regulator-name = "VDD_CPU_AVS";
+ regulator-min-microvolt = <750000>;
+ regulator-max-microvolt = <1330000>;
+ regulator-boot-on;
+ regulator-always-on;
+ };
+};
+
+&wkup_vtm0 {
+ vdd-supply-2 = <&tps62873>;
+ bootph-pre-ram;
};