arm: dts: k3-am625-sk: Add sysreset controller node

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

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
This commit is contained in:
Vignesh Raghavendra 2022-05-13 22:51:11 +05:30 committed by Anand Gadiyar
parent a381786ac3
commit 2de57d278b
1 changed files with 8 additions and 0 deletions

View File

@ -248,3 +248,11 @@
&vdd_sd_dv_pins_default {
u-boot,dm-spl;
};
&dmsc {
u-boot,dm-spl;
k3_sysreset: sysreset-controller {
compatible = "ti,sci-sysreset";
u-boot,dm-spl;
};
};