ath79: TP-Link EAP245 v3: convert radios to nvmem-cells
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9344_winchannel_wb2000.dts
index 6a8ad706514c5aac1c080b162e973c6c1c74ab28..f27a58b8d7c15a0c6ed8360bfe1165ddcc21aac3 100644 (file)
@@ -1,11 +1,10 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-/dts-v1/;
+
+#include "ar9344.dtsi"
 
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/input/input.h>
 
-#include "ar9344.dtsi"
-
 / {
        model = "Winchannel WB2000";
        compatible = "winchannel,wb2000", "qca,ar9344";
                compatible = "gpio-leds";
 
                wlan2g {
-                       label = "wb2000:green:2g";
+                       label = "green:2g";
                        gpios = <&gpio 20 GPIO_ACTIVE_HIGH>;
-                       default-state = "off";
                        linux,default-trigger = "phy0tpt";
                };
 
                usb {
-                       label = "wb2000:green:usb";
+                       label = "green:usb";
                        gpios = <&gpio 21 GPIO_ACTIVE_HIGH>;
-                       default-state = "off";
                        trigger-sources = <&hub_port1>, <&hub_port2>;
                        linux,default-trigger = "usbport";
                };
 
                led_system: system {
-                       label = "wb2000:green:system";
+                       label = "green:system";
                        gpios = <&gpio 22 GPIO_ACTIVE_LOW>;
                        default-state = "on";
                };
        };
 
        keys {
-               compatible = "gpio-keys-polled";
-               poll-interval = <50>;
+               compatible = "gpio-keys";
 
                reset {
                        linux,code = <KEY_RESTART>;
@@ -75,9 +71,8 @@
                compatible = "gpio-leds";
 
                wlan {
-                       label = "wb2000:green:5g";
+                       label = "green:5g";
                        gpios = <&ath9k 6 GPIO_ACTIVE_LOW>;
-                       default-state = "off";
                        linux,default-trigger = "phy1tpt";
                };
        };
        clock-frequency = <40000000>;
 };
 
-&uart {
-       status = "okay";
-};
-
 &spi {
-       num-cs = <1>;
-
        status = "okay";
 
        flash@0 {
                compatible = "pci168c,0030";
                reg = <0x0000 0 0 0 0>;
                qca,no-eeprom;
-               mtd-mac-address = <&addr 0x0>;
-               mtd-mac-address-increment = <0x10>;
+               nvmem-cells = <&macaddr_addr_0>;
+               nvmem-cell-names = "mac-address";
+               mac-address-increment = <0x10>;
                #gpio-cells = <2>;
                gpio-controller;
        };
        status = "okay";
 
        mtd-cal-data = <&art 0x1000>;
-       mtd-mac-address = <&addr 0x0>;
+       nvmem-cells = <&macaddr_addr_0>;
+       nvmem-cell-names = "mac-address";
 };
 
 &mdio0 {
        status = "okay";
 
-       phy-mask = <0x10>;
-
        phy4: ethernet-phy@4 {
                reg = <4>;
        };
 
        pll-data = <0xe000000 0x04000101 0x04001313>;
 
-       mtd-mac-address = <&addr 0x0>;
-       mtd-mac-address-increment = <0x21>;
+       nvmem-cells = <&macaddr_addr_0>;
+       nvmem-cell-names = "mac-address";
+       mac-address-increment = <0x21>;
 
        phy-mode = "rgmii-rxid";
        phy-handle = <&phy4>;
                rxdv-delay = <1>;
        };
 };
+
+&addr {
+       compatible = "nvmem-cells";
+       #address-cells = <1>;
+       #size-cells = <1>;
+
+       macaddr_addr_0: macaddr@0 {
+               reg = <0x0 0x6>;
+       };
+};