arm: dts: k3-am642-sk: Add sysreset controller node
authorSuman Anna <s-anna@ti.com>
Fri, 14 May 2021 01:10:57 +0000 (20:10 -0500)
committerLokesh Vutla <lokeshvutla@ti.com>
Thu, 27 May 2021 09:23:14 +0000 (14:53 +0530)
The AM64x SoC uses a central Device Management and Security Controller
(DMSC) processor that manages all the low-level device controls
including the system-wide SoC reset. The system-wide reset is managed
through the system reset driver.

Add a sysreset controller node as a child of the dmsc node to enable
the "reset" command from U-Boot prompt for the K3 AM642 SK.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
arch/arm/dts/k3-am642-sk-u-boot.dtsi

index 4ac7f5d..35b49df 100644 (file)
 
 &dmsc {
        u-boot,dm-spl;
+       k3_sysreset: sysreset-controller {
+               compatible = "ti,sci-sysreset";
+               u-boot,dm-spl;
+       };
 };
 
 &k3_pds {