// SPDX-License-Identifier: GPL-2.0+ // 64MB flash layout: partitions { compatible = "fixed-partitions"; #address-cells = <1>; #size-cells = <1>; u-boot@0 { reg = <0x0 0x60000>; label = "u-boot"; }; u-boot-env@60000 { reg = <0x60000 0x20000>; label = "u-boot-env"; }; kernel@80000 { reg = <0x80000 0x600000>; label = "kernel"; }; rofs@680000 { reg = <0x680000 0x2d80000>; label = "rofs"; }; rwfs@3400000 { reg = <0x3400000 0xC00000>; label = "rwfs"; }; };