[PATCH 5/6] ARM: dts: BCM5301X: EA9200: specify partitions

From: Rosen Penev

Date: Wed Mar 18 2026 - 23:55:36 EST


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

Signed-off-by: Rosen Penev <rosenp@xxxxxxxxx>
---
.../dts/broadcom/bcm4709-linksys-ea9200.dts | 40 +++++++++++++++++++
1 file changed, 40 insertions(+)

diff --git a/arch/arm/boot/dts/broadcom/bcm4709-linksys-ea9200.dts b/arch/arm/boot/dts/broadcom/bcm4709-linksys-ea9200.dts
index 7b1363aa1144..d8aab570dbe8 100644
--- a/arch/arm/boot/dts/broadcom/bcm4709-linksys-ea9200.dts
+++ b/arch/arm/boot/dts/broadcom/bcm4709-linksys-ea9200.dts
@@ -195,3 +195,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>;
+ };
+ };
+};
--
2.53.0