aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/F5D8235_V2.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/F5D8235_V2.dts')
-rw-r--r--target/linux/ramips/dts/F5D8235_V2.dts46
1 files changed, 25 insertions, 21 deletions
diff --git a/target/linux/ramips/dts/F5D8235_V2.dts b/target/linux/ramips/dts/F5D8235_V2.dts
index 6d4ed1d8cf..f075dff496 100644
--- a/target/linux/ramips/dts/F5D8235_V2.dts
+++ b/target/linux/ramips/dts/F5D8235_V2.dts
@@ -18,28 +18,32 @@
reg = <0x1f000000 0x800000>;
bank-width = <2>;
device-width = <2>;
- #address-cells = <1>;
- #size-cells = <1>;
- uboot: partition@0 {
- label = "uboot";
- reg = <0x0 0x50000>;
- read-only;
- };
-
- partition@50000 {
- label = "firmware";
- reg = <0x50000 0x790000>;
- };
-
- partition@7e0000 {
- label = "nvram";
- reg = <0x7e0000 0x10000>;
- };
-
- factory: partition@7f0000 {
- label = "factory";
- reg = <0x7f0000 0x10000>;
+ partitions {
+ compatible = "fixed-partitions";
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ uboot: partition@0 {
+ label = "uboot";
+ reg = <0x0 0x50000>;
+ read-only;
+ };
+
+ partition@50000 {
+ label = "firmware";
+ reg = <0x50000 0x790000>;
+ };
+
+ partition@7e0000 {
+ label = "nvram";
+ reg = <0x7e0000 0x10000>;
+ };
+
+ factory: partition@7f0000 {
+ label = "factory";
+ reg = <0x7f0000 0x10000>;
+ };
};
};