Update dts files of Cubieboard1,2 to use 1GB memory.

Whilst there, fix cpu config register address for Cubieboard2.

Approved by: stas (mentor)
This commit is contained in:
Ganbold Tsagaankhuu 2014-01-08 09:33:16 +00:00
parent a8be8e5ee3
commit 8a0a7e75c1
2 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@
memory {
device_type = "memory";
reg = < 0x40000000 0x20000000 >; /* 512MB RAM */
reg = < 0x40000000 0x40000000 >; /* 1GB RAM */
};
aliases {

View File

@ -38,7 +38,7 @@
memory {
device_type = "memory";
reg = < 0x40000000 0x20000000 >; /* 512MB RAM */
reg = < 0x40000000 0x40000000 >; /* 1GB RAM */
};
aliases {
@ -61,7 +61,7 @@
#interrupt-cells = <1>;
};
cpu-cfg@01c20000 {
cpu-cfg@01c25c00 {
compatible = "allwinner,sun7i-cpu-cfg";
#address-cells = <1>;
#size-cells = <1>;