Browse Source

Update .dts file to add low memory

Target:LS2K

Change-Id: I20c85f5621e98c923477554eb22727d59df9b0cb
Signed-off-by: Xuefeng Li <lixuefeng@loongson.cn>
master
Xuefeng Li 7 years ago
parent
commit
cf9c7893a6
  1. 2
      Targets/LS2K/conf/ls2k.dts

2
Targets/LS2K/conf/ls2k.dts

@ -13,7 +13,7 @@
memory {
name = "memory";
device_type = "memory";
reg = <0 0x00200000 0 0x09800000 // 216MiB at 2MiB
reg = <0 0x00200000 0 0x0c800000 // 202MiB at 2MiB
1 0x10000000 1 0xb0000000>; // 7424 - 512 MiB at 4352MiB
};

Loading…
Cancel
Save