mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-14 14:02:10 +01:00
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: Keerthy <j-keerthy@ti.com>
This commit is contained in:
parent
56adc6615f
commit
69eceae870
@ -59,6 +59,13 @@
|
|||||||
mboxes= <&mcu_secproxy 4>, <&mcu_secproxy 5>;
|
mboxes= <&mcu_secproxy 4>, <&mcu_secproxy 5>;
|
||||||
mbox-names = "tx", "rx";
|
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 {
|
&dmsc {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user