ath79: qca: convert to nvmem-layout
[openwrt/staging/hauke.git] / target / linux / ath79 / dts / qca9557_dlink_dap-2660-a1.dts
index 93e2fc0d974dad256599bbb3a1cd9a5d866247d1..b380fef5152ce48ab28e0f5c2b88865e154a70ac 100644 (file)
 };
 
 &art {
-       cal_ath10k: calibration@5000 {
-               reg = <0x5000 0x844>;
+       nvmem-layout {
+               compatible = "fixed-layout";
+               #address-cells = <1>;
+               #size-cells = <1>;
+
+               cal_ath9k: calibration@1000 {
+                       reg = <0x1000 0x440>;
+               };
+
+               cal_ath10k: calibration@5000 {
+                       reg = <0x5000 0x844>;
+               };
        };
 };