Commit 30ab3684 authored by Tudor Ambarus's avatar Tudor Ambarus Committed by Ludovic Desroches

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.pngSigned-off-by: default avatarTudor Ambarus <tudor.ambarus@microchip.com>
Signed-off-by: default avatarLudovic Desroches <ludovic.desroches@microchip.com>
parent f602b487
...@@ -85,12 +85,22 @@ at91bootstrap@0 { ...@@ -85,12 +85,22 @@ at91bootstrap@0 {
uboot@40000 { uboot@40000 {
label = "u-boot"; label = "u-boot";
reg = <0x40000 0x80000>; reg = <0x40000 0xc0000>;
}; };
ubootenv@c0000 { ubootenvred@100000 {
label = "U-Boot Env Redundant";
reg = <0x100000 0x40000>;
};
ubootenv@140000 {
label = "U-Boot Env"; label = "U-Boot Env";
reg = <0xc0000 0x140000>; reg = <0x140000 0x40000>;
};
dtb@180000 {
label = "device tree";
reg = <0x180000 0x80000>;
}; };
kernel@200000 { kernel@200000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment