aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTudor Ambarus <tudor.ambarus@microchip.com>2018-10-02 09:20:36 -0400
committerLudovic Desroches <ludovic.desroches@microchip.com>2018-10-03 04:26:57 -0400
commit30ab3684a6ccd13386467439c705eb289259ea5e (patch)
tree7eac822dde32de689ac2d71732579814de0e14d0
parentf602b4871c5f7ac01d37d8b285ca947ba7613065 (diff)
ARM: dts: at91: at91sam9x5cm: even nand memory partitions
sam9x5cm, sama5d2_ptc_ek, sama5d3_xplained and sama5d4_xplained nand flashes have a common memory map. Even the nand memory partitions to match our nand flash map available at: http://www.at91.com/linux4sam/pub/Linux4SAM/SambaSubsections//demo_nandflash_map_lnx4sam5x.png Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
-rw-r--r--arch/arm/boot/dts/at91sam9x5cm.dtsi16
1 files changed, 13 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/at91sam9x5cm.dtsi b/arch/arm/boot/dts/at91sam9x5cm.dtsi
index 993eabe1cf7a..c4cc9cc945fa 100644
--- a/arch/arm/boot/dts/at91sam9x5cm.dtsi
+++ b/arch/arm/boot/dts/at91sam9x5cm.dtsi
@@ -85,12 +85,22 @@
85 85
86 uboot@40000 { 86 uboot@40000 {
87 label = "u-boot"; 87 label = "u-boot";
88 reg = <0x40000 0x80000>; 88 reg = <0x40000 0xc0000>;
89 }; 89 };
90 90
91 ubootenv@c0000 { 91 ubootenvred@100000 {
92 label = "U-Boot Env Redundant";
93 reg = <0x100000 0x40000>;
94 };
95
96 ubootenv@140000 {
92 label = "U-Boot Env"; 97 label = "U-Boot Env";
93 reg = <0xc0000 0x140000>; 98 reg = <0x140000 0x40000>;
99 };
100
101 dtb@180000 {
102 label = "device tree";
103 reg = <0x180000 0x80000>;
94 }; 104 };
95 105
96 kernel@200000 { 106 kernel@200000 {