Dear igorpadykov
From what I gather from mariusviorelgrigoras-b32331's answer and the link you posted, is that I should be able to poweroff the board by writing 0x60 to SNVS_LPCR (bit TOP and DP_EN).
What can I do to check it actually works: I tried to write them both (at the same time, or DP_EN, and then TOP) and:
- I never see the bit TOP set whereas the doc says it should be set to 1 during the shutdown sequence
- My boards continues to run code without powering down
I didn't messed much with the IOMUX pads (didn't change much after u-boot's configuration) so maybe I need to change some things here so the PMIC_ON_REQ signal is correctly routed ? My goal is to power down the board, and I don't see to be able to correctly write to SNVS_LPCR. Do I need to configure something before doing this write ?