mirror of https://gitee.com/openkylin/linux.git
arm: dts: ea3250/phy3250: specify phys memory offset for lpc32xx boards
In case if SDRAM memory region is not populated by a bootloader, provide this value in device trees for EA3250 and PHY3250 boards. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
This commit is contained in:
parent
2a6c656331
commit
cae5949067
|
@ -22,7 +22,7 @@ / {
|
|||
|
||||
memory {
|
||||
device_type = "memory";
|
||||
reg = <0 0x4000000>;
|
||||
reg = <0x80000000 0x4000000>;
|
||||
};
|
||||
|
||||
ahb {
|
||||
|
|
|
@ -22,7 +22,7 @@ / {
|
|||
|
||||
memory {
|
||||
device_type = "memory";
|
||||
reg = <0 0x4000000>;
|
||||
reg = <0x80000000 0x4000000>;
|
||||
};
|
||||
|
||||
ahb {
|
||||
|
|
Loading…
Reference in New Issue