DTS file memory node expalnation for imx6qdl-sabresd board.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

DTS file memory node expalnation for imx6qdl-sabresd board.

1,151 Views
bandarulavanya
Contributor V

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

Labels (3)
0 Kudos
6 Replies

794 Views
aravinthkumarja
Senior Contributor II

Hi bandarulavanya

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!

----------------------------------------------------------------------------------------------------------------------

0 Kudos

794 Views
bandarulavanya
Contributor V

Hi aravinthkumar jayaprakasam,

yes it is ddr start address but what about second argument.

Thanks & Regards,

Lavanya

0 Kudos

794 Views
igorpadykov
NXP Employee
NXP Employee

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

0 Kudos

794 Views
bandarulavanya
Contributor V

Hi igorpadykov ,

Thanks i will follow that link.

Thanks & regards,

lavanya

0 Kudos

794 Views
aravinthkumarja
Senior Contributor II

Hi bandarulavanya​,

0x40000000  --> End address

Upto this address we can use it.

Regards,

Aravinth

0 Kudos

794 Views
bandarulavanya
Contributor V

Hi aravinthkumar jayaprakasam,

thanks.

Thanks & Regards,

Lavanya

0 Kudos