ramips: convert MT7915 EEPROM to NVMEM format
[openwrt/staging/jow.git] / target / linux / ramips / dts / mt7621_h3c_tx180x.dtsi
index fe374bfa6b01f0a388fe7d6363856dd56cd31885..afb188dff4556c9d362b4f33f4b36667bcd27a16 100644 (file)
                };
 
                factory: partition@180000 {
+                       compatible = "nvmem-cells";
                        label = "factory";
                        reg = <0x0180000 0x0080000>;
+                       #address-cells = <1>;
+                       #size-cells = <1>;
                        read-only;
+
+                       eeprom_factory_0: eeprom@0 {
+                               reg = <0x0 0xe00>;
+                       };
                };
 
                partition@200000 {
        wifi@0,0 {
                compatible = "mediatek,mt76";
                reg = <0x0000 0 0 0 0>;
-               mediatek,mtd-eeprom = <&factory 0x0>;
+               nvmem-cells = <&eeprom_factory_0>;
+               nvmem-cell-names = "eeprom";
                mediatek,disable-radar-background;
        };
 };