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:
parent
a381786ac3
commit
2de57d278b
|
|
@ -248,3 +248,11 @@
|
||||||
&vdd_sd_dv_pins_default {
|
&vdd_sd_dv_pins_default {
|
||||||
u-boot,dm-spl;
|
u-boot,dm-spl;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&dmsc {
|
||||||
|
u-boot,dm-spl;
|
||||||
|
k3_sysreset: sysreset-controller {
|
||||||
|
compatible = "ti,sci-sysreset";
|
||||||
|
u-boot,dm-spl;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue