Skip to content

Commit 1f18167

Browse files
committed
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>
1 parent 3bb629f commit 1f18167

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

arch/arm/boot/dts/at91sam9x5cm.dtsi

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,22 @@
8585

8686
uboot@40000 {
8787
label = "u-boot";
88-
reg = <0x40000 0x80000>;
88+
reg = <0x40000 0xc0000>;
8989
};
9090

91-
ubootenv@c0000 {
91+
ubootenvred@100000 {
92+
label = "U-Boot Env Redundant";
93+
reg = <0x100000 0x40000>;
94+
};
95+
96+
ubootenv@140000 {
9297
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>;
94104
};
95105

96106
kernel@200000 {

0 commit comments

Comments
 (0)