[PATCH 5/6] ARM: dts: BCM5301X: EA9200: specify partitions
Rosen Penev
rosenp at gmail.com
Wed Mar 18 20:53:23 PDT 2026
Some are needed to be specified so that linksys,ns-firmware works
properly.
Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
.../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 at 8 {
};
};
};
+
+&nandcs {
+ partitions {
+ compatible = "linksys,ns-partitions";
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ partition at 0 {
+ label = "boot";
+ reg = <0x0000000 0x0080000>;
+ read-only;
+ };
+
+ partition at 80000 {
+ label = "nvram";
+ reg = <0x080000 0x0100000>;
+ };
+
+ partition at 180000 {
+ label = "devinfo";
+ reg = <0x0180000 0x080000>;
+ read-only;
+ };
+
+ partition at 200000 {
+ reg = <0x0200000 0x02800000>;
+ compatible = "linksys,ns-firmware", "brcm,trx";
+ };
+
+ partition at 2a00000 {
+ reg = <0x02a00000 0x02800000>;
+ compatible = "linksys,ns-firmware", "brcm,trx";
+ };
+
+ partition at 5200000 {
+ label = "system";
+ reg = <0x05200000 0x02e00000>;
+ };
+ };
+};
--
2.53.0
More information about the linux-arm-kernel
mailing list