aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/dts/mt7622-rfb1-ubi.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/mediatek/dts/mt7622-rfb1-ubi.dts')
-rw-r--r--target/linux/mediatek/dts/mt7622-rfb1-ubi.dts92
1 files changed, 47 insertions, 45 deletions
diff --git a/target/linux/mediatek/dts/mt7622-rfb1-ubi.dts b/target/linux/mediatek/dts/mt7622-rfb1-ubi.dts
index 1a94446c7a..0f6d9bbc50 100644
--- a/target/linux/mediatek/dts/mt7622-rfb1-ubi.dts
+++ b/target/linux/mediatek/dts/mt7622-rfb1-ubi.dts
@@ -6,51 +6,53 @@
compatible = "mediatek,mt7622-rfb1-ubi";
};
-&snand {
- mediatek,bmt-v2;
- mediatek,bmt-remap-range = <0x0 0x6c0000>;
-
- partitions {
- compatible = "fixed-partitions";
- #address-cells = <1>;
- #size-cells = <1>;
-
- partition@0 {
- label = "Preloader";
- reg = <0x00000 0x0080000>;
- read-only;
+&snfi {
+ flash@0 {
+ mediatek,bmt-v2;
+ mediatek,bmt-remap-range = <0x0 0x6c0000>;
+
+ partitions {
+ compatible = "fixed-partitions";
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ partition@0 {
+ label = "Preloader";
+ reg = <0x00000 0x0080000>;
+ read-only;
+ };
+
+ partition@80000 {
+ label = "ATF";
+ reg = <0x80000 0x0040000>;
+ };
+
+ partition@c0000 {
+ label = "Bootloader";
+ reg = <0xc0000 0x0080000>;
+ };
+
+ partition@140000 {
+ label = "Config";
+ reg = <0x140000 0x0080000>;
+ };
+
+ factory: partition@1c0000 {
+ label = "Factory";
+ reg = <0x1c0000 0x0100000>;
+ };
+
+ partition@200000 {
+ label = "kernel";
+ reg = <0x2c0000 0x400000>;
+ };
+
+ partition@6c0000 {
+ label = "ubi";
+ reg = <0x6c0000 0x6f00000>;
+ };
+
+ /delete-node/ partition@2200000;
};
-
- partition@80000 {
- label = "ATF";
- reg = <0x80000 0x0040000>;
- };
-
- partition@c0000 {
- label = "Bootloader";
- reg = <0xc0000 0x0080000>;
- };
-
- partition@140000 {
- label = "Config";
- reg = <0x140000 0x0080000>;
- };
-
- factory: partition@1c0000 {
- label = "Factory";
- reg = <0x1c0000 0x0100000>;
- };
-
- partition@200000 {
- label = "kernel";
- reg = <0x2c0000 0x400000>;
- };
-
- partition@6c0000 {
- label = "ubi";
- reg = <0x6c0000 0x6f00000>;
- };
-
- /delete-node/ partition@2200000;
};
};