Skip to content

Commit 63a116a

Browse files
claudiubezneacristibirsan
authored andcommitted
ARM: dts: at91: at91-sama5d27_som1: add flash mapping
Add SoM1 flash mapping. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
1 parent 3066a08 commit 63a116a

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,39 @@
3030
pinctrl-0 = <&pinctrl_qspi1_default>;
3131

3232
flash@0 {
33+
#address-cells = <1>;
34+
#size-cells = <1>;
3335
compatible = "jedec,spi-nor";
3436
reg = <0>;
3537
spi-max-frequency = <80000000>;
3638
spi-tx-bus-width = <4>;
3739
spi-rx-bus-width = <4>;
3840
m25p,fast-read;
41+
42+
at91bootstrap@00000000 {
43+
label = "at91bootstrap";
44+
reg = <0x00000000 0x00010000>;
45+
};
46+
47+
bootloader@00010000 {
48+
label = "bootloader";
49+
reg = <0x00010000 0x000a0000>;
50+
};
51+
52+
bootloaderenv@000b0000 {
53+
label = "bootloader env";
54+
reg = <0x000b0000 0x00010000>;
55+
};
56+
57+
dtb@000c0000 {
58+
label = "device tree";
59+
reg = <0x000c0000 0x0020000>;
60+
};
61+
62+
kernel@000e0000 {
63+
label = "kernel";
64+
reg = <0x000e0000 0x0400000>;
65+
};
3966
};
4067
};
4168

0 commit comments

Comments
 (0)