Skip to content

Commit

Permalink
arm: dts: k3-am642-evm: Add sysreset controller node
Browse files Browse the repository at this point in the history
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 EVM.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
  • Loading branch information
sumananna authored and lokeshvutla committed May 27, 2021
1 parent beed305 commit a97ee92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/dts/k3-am642-evm-u-boot.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@

&dmsc {
u-boot,dm-spl;
k3_sysreset: sysreset-controller {
compatible = "ti,sci-sysreset";
u-boot,dm-spl;
};
};

&k3_pds {
Expand Down

0 comments on commit a97ee92

Please sign in to comment.