ath79: qca: convert to nvmem-layout
[openwrt/openwrt.git] / target / linux / ath79 / dts / qca9558_linksys_ea4500-v3.dts
index 000dbce8e11a8e44ea80f20f9fb3a79a5793baeb..6c799efe33a54eacb3940c20a853147ae06b6e74 100644 (file)
                        reg = <0x140000 0x40000>;
                        read-only;
 
-                       compatible = "nvmem-cells";
-                       #address-cells = <1>;
-                       #size-cells = <1>;
-
-                       cal_macaddr: macaddr@0 {
-                               reg = <0x6 0x6>;
-                       };
-
-                       cal_ath9k_soc: cal_ath9k@1000 {
-                               reg = <0x1000 0x440>;
-                       };
-
-                       cal_ath9k_pci: cal_ath9k@5000 {
-                               reg = <0x5000 0x440>;
+                       nvmem-layout {
+                               compatible = "fixed-layout";
+                               #address-cells = <1>;
+                               #size-cells = <1>;
+
+                               cal_macaddr: macaddr@0 {
+                                       reg = <0x6 0x6>;
+                               };
+
+                               cal_ath9k_soc: cal_ath9k@1000 {
+                                       reg = <0x1000 0x440>;
+                               };
+
+                               cal_ath9k_pci: cal_ath9k@5000 {
+                                       reg = <0x5000 0x440>;
+                               };
                        };
                };