File tree Expand file tree Collapse file tree 3 files changed +6
-66
lines changed Expand file tree Collapse file tree 3 files changed +6
-66
lines changed Original file line number Diff line number Diff line change 2828};
2929
3030memory {
31- /*
32- * Recommended Aliasing addresses
33- *
34- * 16GB
35- * <0 0x00000000 0 0x80000000>,
36- * <0x10 0x80000000 3 0x80000000>;
37- *
38- * 8GB
39- * <0 0x00000000 0 0x80000000>,
40- * <0x10 0x80000000 1 0x80000000>;
41- *
42- * 4GB
43- * <0 0x00000000 0 0x80000000>,
44- * <0x10 0x80000000 0 0x80000000>;
45- *
46- * 2GB
47- * <0 0x00000000 0 0x80000000>;
48- *
49- * Note: Need to set CONFIG_NR_DRAM_BANKS=1 for 2GB in defconfig
50- * Default CONFIG_NR_DRAM_BANKS=2 is used for other DDR size
51- */
31+ /* 8GB */
5232reg = <0 0x00000000 0 0x80000000>,
53- <0x10 0x80000000 1 0x80000000>;
33+ <2 0x80000000 1 0x80000000>;
5434
5535};
5636};
Original file line number Diff line number Diff line change 3636#address-cells = <2>;
3737#size-cells = <2>;
3838device_type = "memory";
39- /*
40- * Recommended Aliasing addresses
41- *
42- * 16GB
43- * <0 0x00000000 0 0x80000000>,
44- * <0x10 0x80000000 3 0x80000000>;
45- *
46- * 8GB
47- * <0 0x00000000 0 0x80000000>,
48- * <0x10 0x80000000 1 0x80000000>;
49- *
50- * 4GB
51- * <0 0x00000000 0 0x80000000>,
52- * <0x10 0x80000000 0 0x80000000>;
53- *
54- * 2GB
55- * <0 0x00000000 0 0x80000000>;
56- *
57- * Note: Need to set CONFIG_NR_DRAM_BANKS=1 for 2GB in defconfig
58- * Default CONFIG_NR_DRAM_BANKS=2 is used for other DDR size
59- */
39+ /* 4GB */
6040reg = <0 0x00000000 0 0x80000000>,
61- <0x10 0x80000000 0 0x80000000>;
41+ <1 0x80000000 0 0x80000000>;
6242bootph-all;
6343};
6444};
Original file line number Diff line number Diff line change 1212#address-cells = <2>;
1313#size-cells = <2>;
1414device_type = "memory";
15- /*
16- * Recommended Aliasing addresses
17- *
18- * 16GB
19- * <0 0x00000000 0 0x80000000>,
20- * <0x10 0x80000000 3 0x80000000>;
21- *
22- * 8GB
23- * <0 0x00000000 0 0x80000000>,
24- * <0x10 0x80000000 1 0x80000000>;
25- *
26- * 4GB
27- * <0 0x00000000 0 0x80000000>,
28- * <0x10 0x80000000 0 0x80000000>;
29- *
30- * 2GB
31- * <0 0x00000000 0 0x80000000>;
32- *
33- * Note: Need to set CONFIG_NR_DRAM_BANKS=1 for 2GB in defconfig
34- * Default CONFIG_NR_DRAM_BANKS=2 is used for other DDR size
35- */
15+ /* 4GB */
3616reg = <0 0x00000000 0 0x80000000>,
37- <0x10 0x80000000 0 0x80000000>;
17+ <1 0x80000000 0 0x80000000>;
3818bootph-all;
3919};
4020
You can’t perform that action at this time.
0 commit comments