Skip to content
Snippets Groups Projects
Commit 69eceae8 authored by Keerthy's avatar Keerthy Committed by Tom Rini
Browse files

arm: dts: k3-j721e-r5-common-proc-board: Add VTM node


Add VTM node for voltage and thermal management. For u-boot, this is needed
for supporting AVS class 0, as the efuse values for the OPPs are stored
under the VTM.

Signed-off-by: default avatarKeerthy <j-keerthy@ti.com>
parent 56adc661
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,13 @@
mboxes= <&mcu_secproxy 4>, <&mcu_secproxy 5>;
mbox-names = "tx", "rx";
};
wkup_vtm0: wkup_vtm@42040000 {
compatible = "ti,am654-vtm", "ti,j721e-avs";
reg = <0x0 0x42040000 0x0 0x330>;
power-domains = <&k3_pds 154 TI_SCI_PD_EXCLUSIVE>;
#thermal-sensor-cells = <1>;
};
};
&dmsc {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment