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:
parent
a8be8e5ee3
commit
8a0a7e75c1
@ -38,7 +38,7 @@
|
||||
|
||||
memory {
|
||||
device_type = "memory";
|
||||
reg = < 0x40000000 0x20000000 >; /* 512MB RAM */
|
||||
reg = < 0x40000000 0x40000000 >; /* 1GB RAM */
|
||||
};
|
||||
|
||||
aliases {
|
||||
|
@ -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>;
|
||||
|
Loading…
Reference in New Issue
Block a user