summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUdit Kumar <u-kumar1@ti.com>2023-11-18 22:25:56 +0530
committerPraneeth Bajjuri <praneeth@ti.com>2023-12-06 09:07:10 -0600
commit2b8ba79e4a9c21da77544adb693fe1fd3f8db7a3 (patch)
tree09c6db719a00c6c8c10e22c348f6fffed47b5dac
parentba820aee38c4adff7c214f93eab5f1645d42643f (diff)
arm: dts: k3-j721s2-r5-common-proc-board: Add avs and buck node
Add AVS and buck node. Signed-off-by: Udit Kumar <u-kumar1@ti.com>
-rw-r--r--arch/arm/dts/k3-j721s2-r5-common-proc-board.dts22
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-j721s2-r5-common-proc-board.dts b/arch/arm/dts/k3-j721s2-r5-common-proc-board.dts
index ceb0d575be..f3a7519ac3 100644
--- a/arch/arm/dts/k3-j721s2-r5-common-proc-board.dts
+++ b/arch/arm/dts/k3-j721s2-r5-common-proc-board.dts
@@ -96,6 +96,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 180 TI_SCI_PD_SHARED>;
+ #thermal-sensor-cells = <1>;
+ };
};
&main_pmx0 {
@@ -333,6 +342,14 @@
regulators: regulators {
bootph-pre-ram;
+ bucka1234: buck1234 {
+ bootph-pre-ram;
+ regulator-name = "vdd_cpu_avs";
+ regulator-min-microvolt = <600000>;
+ regulator-max-microvolt = <900000>;
+ regulator-boot-on;
+ regulator-always-on;
+ };
};
esm: esm {
@@ -342,4 +359,9 @@
};
};
+&wkup_vtm0 {
+ vdd-supply-2 = <&bucka1234>;
+ bootph-pre-ram;
+};
+
#include "k3-j721s2-common-proc-board-u-boot.dtsi"