ath79: qca: convert to nvmem-layout
[openwrt/staging/blocktrron.git] / target / linux / ath79 / dts / qca9563_tplink_eap2x5-1port.dtsi
index f384031335b626269bd9310c4ee998e9e199938f..438e6bc2ec18c9c809d208f825696bf0a111b7b2 100644 (file)
                                reg = <0xff0000 0x010000>;
                                read-only;
 
-                               compatible = "nvmem-cells";
-                               #address-cells = <1>;
-                               #size-cells = <1>;
-
-                               calibration_ath9k: calibration@1000 {
-                                       reg = <0x1000 0x440>;
+                               nvmem-layout {
+                                       compatible = "fixed-layout";
+                                       #address-cells = <1>;
+                                       #size-cells = <1>;
+
+                                       calibration_ath9k: calibration@1000 {
+                                               reg = <0x1000 0x440>;
+                                       };
                                };
                        };
                };
        nvmem-cells = <&macaddr_info_8>, <&calibration_ath9k>;
        nvmem-cell-names = "mac-address", "calibration";
 };
-
-&info {
-       compatible = "nvmem-cells";
-       #address-cells = <1>;
-       #size-cells = <1>;
-
-       macaddr_info_8: macaddr@8 {
-               reg = <0x8 0x6>;
-       };
-};