Hi all,
i am new to the dts file can any please tell me the about memory node in dts file.
I have like below in imx6qdl-sabresd.dts file .
memory {
reg = <0x10000000 0x40000000>;
};
here what is 0x10000000 and 0x40000000 . where i will get these values.
Thanks
Lavanya
0x10000000 -- > Memory Start Address
These details you can get in your Processor Reference Manual (Chapter 2 Memory Maps).
Regards,
Aravinth
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
----------------------------------------------------------------------------------------------------------------------
Hi aravinthkumar jayaprakasam,
yes it is ddr start address but what about second argument.
Thanks & Regards,
Lavanya
Hi Lavanya
AN5125 Introduction to Device Trees gives explanation of dts entries,
seems this is size
http://cache.nxp.com/files/32bit/doc/app_note/AN5125.pdf
Best regards
igor