@Zhiming_Liu
We find the setting in imx8mp.dtsi.
//----------------------------------------//
resmem: reserved-memory {
#address-cells = <2>;
#size-cells = <2>;
ranges;
ocram: ocram@900000 {
no-map;
reg = <0 0x900000 0 0x70000>;
};
//----------------------------------------//
Do you have any SOP the test and read/write date in SRAM(NXP)?
Thanks.