blob: fa4791e77b3f1ffde5119b41a21a4a9c89b6df19 [file] [log] [blame]
partitions@80000000 {
compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
u-boot@0 {
label = "u-boot";
reg = <0x0000000 0xf0000>;
};
image-descriptor@f0000 {
label = "image-descriptor";
reg = <0xf0000 0x10000>;
};
hoth-update@100000 {
label = "hoth-update";
reg = <0x100000 0x100000>;
};
kernel@200000 {
label = "kernel";
reg = <0x200000 0x500000>;
};
rofs@700000 {
label = "rofs";
reg = <0x700000 0x34f0000>;
};
hoth-secondary@3bf0000 {
label = "hoth-secondary";
reg = <0x3bf0000 0x100000>;
};
rwfs@3cf0000 {
label = "rwfs";
reg = <0x3cf0000 0x300000>;
};
hoth-mailbox@3ff0000 {
label = "hoth-mailbox";
reg = <0x3ff0000 0x10000>;
};
};