Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx7-mba7: add default SPI-NOR flash partition layout

Add the partition layout also used by the bootloader.

Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Matthias Schiffer and committed by
Shawn Guo
4259da06 61b2f7b1

+38
+38
arch/arm/boot/dts/imx7-mba7.dtsi
··· 236 236 }; 237 237 }; 238 238 239 + &flash0 { 240 + partitions { 241 + compatible = "fixed-partitions"; 242 + #address-cells = <1>; 243 + #size-cells = <1>; 244 + 245 + uboot@0 { 246 + label = "U-Boot"; 247 + reg = <0x0 0xd0000>; 248 + }; 249 + 250 + env1@d0000 { 251 + label = "ENV1"; 252 + reg = <0xd0000 0x10000>; 253 + }; 254 + 255 + env2@e0000 { 256 + label = "ENV2"; 257 + reg = <0xe0000 0x10000>; 258 + }; 259 + 260 + dtb@f0000 { 261 + label = "DTB"; 262 + reg = <0xf0000 0x10000>; 263 + }; 264 + 265 + linux@100000 { 266 + label = "Linux"; 267 + reg = <0x100000 0x700000>; 268 + }; 269 + 270 + rootfs@800000 { 271 + label = "RootFS"; 272 + reg = <0x800000 0x3800000>; 273 + }; 274 + }; 275 + }; 276 + 239 277 &flexcan1 { 240 278 pinctrl-names = "default"; 241 279 pinctrl-0 = <&pinctrl_flexcan1>;