Skip to content

Commit 6d664c2

Browse files
committed
ARM: dts: at91: sama5d4_xplained: even nand memory partitions
sama5d4_xplained, ssam9x5cm, sama5d2_ptc_ek and sama5d3_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 c779615 commit 6d664c2

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

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

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

237237
bootloader@40000 {
238238
label = "bootloader";
239-
reg = <0x40000 0x80000>;
239+
reg = <0x40000 0xc0000>;
240240
};
241241

242-
bootloaderenv@c0000 {
242+
bootloaderenvred@100000 {
243+
label = "bootloader env redundant";
244+
reg = <0x100000 0x40000>;
245+
};
246+
247+
bootloaderenv@140000 {
243248
label = "bootloader env";
244-
reg = <0xc0000 0xc0000>;
249+
reg = <0x140000 0x40000>;
245250
};
246251

247252
dtb@180000 {

0 commit comments

Comments
 (0)