ARM: dts: BCM5301X: EA9200: specify partitions

Some are needed to be specified so that linksys,ns-firmware works
properly.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://lore.kernel.org/r/20260319035324.269905-6-rosenp@gmail.com
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
This commit is contained in:
Rosen Penev 2026-03-18 20:53:23 -07:00 committed by Florian Fainelli
parent 6b0cb7b34b
commit 220bdfcb4b

View File

@ -145,3 +145,43 @@ port@8 {
};
};
};
&nandcs {
partitions {
compatible = "linksys,ns-partitions";
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "boot";
reg = <0x0000000 0x0080000>;
read-only;
};
partition@80000 {
label = "nvram";
reg = <0x080000 0x0100000>;
};
partition@180000 {
label = "devinfo";
reg = <0x0180000 0x080000>;
read-only;
};
partition@200000 {
reg = <0x0200000 0x02800000>;
compatible = "linksys,ns-firmware", "brcm,trx";
};
partition@2a00000 {
reg = <0x02a00000 0x02800000>;
compatible = "linksys,ns-firmware", "brcm,trx";
};
partition@5200000 {
label = "system";
reg = <0x05200000 0x02e00000>;
};
};
};