aboutsummaryrefslogtreecommitdiff
path: root/target/linux/ramips/dts/mt7620a_engenius_epg600.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/mt7620a_engenius_epg600.dts')
-rw-r--r--target/linux/ramips/dts/mt7620a_engenius_epg600.dts32
1 files changed, 19 insertions, 13 deletions
diff --git a/target/linux/ramips/dts/mt7620a_engenius_epg600.dts b/target/linux/ramips/dts/mt7620a_engenius_epg600.dts
index bf4c4347de..f64676d8fb 100644
--- a/target/linux/ramips/dts/mt7620a_engenius_epg600.dts
+++ b/target/linux/ramips/dts/mt7620a_engenius_epg600.dts
@@ -116,32 +116,38 @@
};
factory: partition@40000 {
- compatible = "nvmem-cells";
label = "factory";
reg = <0x40000 0x10000>;
- #address-cells = <1>;
- #size-cells = <1>;
read-only;
- eeprom_factory_0: eeprom@0 {
- reg = <0x0 0x200>;
+ nvmem-layout {
+ compatible = "fixed-layout";
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ eeprom_factory_0: eeprom@0 {
+ reg = <0x0 0x200>;
+ };
};
};
rf: partition@50000 {
- compatible = "nvmem-cells";
label = "rf";
reg = <0x50000 0x10000>;
- #address-cells = <1>;
- #size-cells = <1>;
read-only;
- eeprom_rf_0: eeprom@0 {
- reg = <0x0 0x200>;
- };
+ nvmem-layout {
+ compatible = "fixed-layout";
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ eeprom_rf_0: eeprom@0 {
+ reg = <0x0 0x200>;
+ };
- macaddr_rf_4: macaddr@4 {
- reg = <0x4 0x6>;
+ macaddr_rf_4: macaddr@4 {
+ reg = <0x4 0x6>;
+ };
};
};