I created DTS files for my custom board, my DDR configuration is same as stm32mp157A-ev1 board and I am using same mpu. Why some of the CUBEMX generated TF-A DDR registers and Eval registers are different?
EVAL BOARD (stm32mp15-ddr.dtsi)
#define DDR_PCFGR_0 0x00010000
#define DDR_PCFGR_1 0x00010001
My Board (TF-A/stm32mp15-mx-dtsi)
#define DDR_PCFGR_0 0x00000000
#define DDR_PCFGR_1 0x00000000Why are these registers different even though I have the same configuration?
