diff options
author | Tudor Ambarus <tudor.ambarus@microchip.com> | 2018-10-02 16:20:38 +0300 |
---|---|---|
committer | Ludovic Desroches <ludovic.desroches@microchip.com> | 2018-10-03 11:26:57 +0300 |
commit | 767466b63de3368376323958b7777b9319bfa8d8 (patch) | |
tree | 81102f63656aa488256eed96777622ede26a50c5 /arch/arm/boot | |
parent | 0c9ba7a48e78b85fb427d8b9311b842a00e37d33 (diff) | |
download | linux-767466b63de3368376323958b7777b9319bfa8d8.tar.xz |
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>
Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/at91-sama5d4_xplained.dts | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d4_xplained.dts b/arch/arm/boot/dts/at91-sama5d4_xplained.dts index 7d554b9ab27f..43aef56ac74a 100644 --- a/arch/arm/boot/dts/at91-sama5d4_xplained.dts +++ b/arch/arm/boot/dts/at91-sama5d4_xplained.dts @@ -232,12 +232,17 @@ bootloader@40000 { label = "bootloader"; - reg = <0x40000 0x80000>; + reg = <0x40000 0xc0000>; }; - bootloaderenv@c0000 { + bootloaderenvred@100000 { + label = "bootloader env redundant"; + reg = <0x100000 0x40000>; + }; + + bootloaderenv@140000 { label = "bootloader env"; - reg = <0xc0000 0xc0000>; + reg = <0x140000 0x40000>; }; dtb@180000 { |