Avnet / uboot-imx

U-Boot for MaaXboard / Mini / Nano / Plus - upstream: https://source.codeaurora.org/external/i mx/uboot-imx
3 stars 4 forks source link

Uboot DDR4 mapping Maaxboard 2gb #1

Open prakash56755 opened 3 years ago

prakash56755 commented 3 years ago

I recently bought the Maaxboard and I noticed the below lines in maxxboard.dts

memory@40000000 { device_type = "memory"; reg = <0x00000000 0x40000000 0 0xc0000000>; };

Which i feel the 0xc0000000 is wrong for Maaxboard , this could be 0x80000000 address becuase of 2gb mapping.

Please correct me if i am wrong on this

Best Regards Prakash