Skip to content

Commit c779615

Browse files
committed
ARM: dts: at91: sama5d3_xplained: even nand memory partitions
sama5d3_xplained, sam9x5cm, sama5d2_ptc_ek 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> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
1 parent 1f18167 commit c779615

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

arch/arm/boot/dts/at91-sama5d3_xplained.dts

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,12 +297,17 @@
297297

298298
bootloader@40000 {
299299
label = "bootloader";
300-
reg = <0x40000 0x80000>;
300+
reg = <0x40000 0xc0000>;
301301
};
302302

303-
bootloaderenv@c0000 {
303+
bootloaderenvred@100000 {
304+
label = "bootloader env redundant";
305+
reg = <0x100000 0x40000>;
306+
};
307+
308+
bootloaderenv@140000 {
304309
label = "bootloader env";
305-
reg = <0xc0000 0xc0000>;
310+
reg = <0x140000 0x40000>;
306311
};
307312

308313
dtb@180000 {

0 commit comments

Comments
 (0)