This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM625: u-boot: reset not working

Part Number: AM625

Tool/software:

Hi 

we are trying to reset our am62x custom hardware at u-boot with the command "reset" or "mw.l 0x43018170 0x00020006"

both command halt/hang the device not booting again.

we are booting with emmc, am62x DDR0_RESET0_n is connected to lpddr4 reset pin with pulldown

=> reset
resetting ...

Please give some suggestion.

configs are enabled 

CONFIG_SYSRESET=y
CONFIG_SPL_SYSRESET=y
CONFIG_SYSRESET_TI_SCI=y

and dts are modified

&dmsc {
 bootph-all;
 k3_sysreset: sysreset-controller {
 compatible = "ti,sci-sysreset";
 bootph-all;
 };
};