Skip to content

Commit 8689700

Browse files
claudiubezneaambarus
authored andcommitted
ARM: dts: at91: at91-sama5d27_som1: add flash mapping
Add SoM1 flash mapping. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> [ta: update partion table to match the rest of the boards, port to 5.4] Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
1 parent aa5f512 commit 8689700

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

arch/arm/boot/dts/at91-sama5d27_som1.dtsi

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,44 @@
3434
pinctrl-0 = <&pinctrl_qspi1_default>;
3535

3636
flash@0 {
37+
#address-cells = <1>;
38+
#size-cells = <1>;
3739
compatible = "jedec,spi-nor";
3840
reg = <0>;
3941
spi-max-frequency = <80000000>;
4042
spi-tx-bus-width = <4>;
4143
spi-rx-bus-width = <4>;
4244
m25p,fast-read;
45+
46+
at91bootstrap@00000000 {
47+
label = "at91bootstrap";
48+
reg = <0x00000000 0x00040000>;
49+
};
50+
51+
bootloader@00040000 {
52+
label = "bootloader";
53+
reg = <0x00040000 0x000c0000>;
54+
};
55+
56+
bootloaderenvred@00100000 {
57+
label = "bootloader env redundant";
58+
reg = <0x00100000 0x00040000>;
59+
};
60+
61+
bootloaderenv@00140000 {
62+
label = "bootloader env";
63+
reg = <0x00140000 0x00040000>;
64+
};
65+
66+
dtb@00180000 {
67+
label = "device tree";
68+
reg = <0x00180000 0x00080000>;
69+
};
70+
71+
kernel@00200000 {
72+
label = "kernel";
73+
reg = <0x00200000 0x00600000>;
74+
};
4375
};
4476
};
4577

0 commit comments

Comments
 (0)