ath79: add Embedded Wireless Balin Platform
[openwrt/openwrt.git] / target / linux / ath79 / dts / ar9344_comfast_cf-e120a-v3.dts
index 66ac718264bcbac02905aae46d037be7b64afe88..94a82baddcdc0ffc7a93339709b8fc405bc03470 100644 (file)
@@ -1,20 +1,18 @@
 // 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"
-
 / {
        compatible = "comfast,cf-e120a-v3", "qca,ar9344";
        model = "COMFAST CF-E120A v3";
 
        aliases {
-               serial0 = &uart;
-               led-boot = &led_wan;
-               led-failsafe = &led_wan;
-               led-upgrade = &led_wan;
+               led-boot = &led_rssihigh;
+               led-failsafe = &led_rssihigh;
+               led-upgrade = &led_rssihigh;
                label-mac-device = &eth0;
        };
 
                pinctrl-names = "default";
                pinctrl-0 = <&led_rssimediumhigh_pin>;
 
-               led_wan: wan {
-                       label = "cf-e120a-v3:green:wan";
+               wan {
+                       label = "green:wan";
                        gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
                };
 
                lan {
-                       label = "cf-e120a-v3:green:lan";
+                       label = "green:lan";
                        gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
                };
 
                wlan {
-                       label = "cf-e120a-v3:green:wlan";
+                       label = "green:wlan";
                        gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
                        linux,default-trigger = "phy0tpt";
                };
 
                rssilow {
-                       label = "cf-e120a-v3:red:rssilow";
+                       label = "red:rssilow";
                        gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
                };
 
                rssimediumlow {
-                       label = "cf-e120a-v3:red:rssimediumlow";
+                       label = "red:rssimediumlow";
                        gpios = <&gpio 15 GPIO_ACTIVE_LOW>;
                };
 
                rssimediumhigh {
-                       label = "cf-e120a-v3:green:rssimediumhigh";
+                       label = "green:rssimediumhigh";
                        gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
                };
 
-               rssihigh {
-                       label = "cf-e120a-v3:green:rssihigh";
+               led_rssihigh: rssihigh {
+                       label = "green:rssihigh";
                        gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
                };
        };
@@ -82,8 +80,6 @@
 &spi {
        status = "okay";
 
-       num-cs = <1>;
-
        flash@0 {
                compatible = "jedec,spi-nor";
                reg = <0>;
        };
 };
 
-&uart {
-       status = "okay";
-};
-
 &eth0 {
        status = "okay";
        phy-handle = <&swphy0>;
-       mtd-mac-address = <&art 0x0>;
+       nvmem-cells = <&macaddr_art_0>;
+       nvmem-cell-names = "mac-address";
 
        gmac-config {
                device = <&gmac>;
 
 &eth1 {
        status = "okay";
-       mtd-mac-address = <&art 0x6>;
+       nvmem-cells = <&macaddr_art_6>;
+       nvmem-cell-names = "mac-address";
 };
 
 &wmac {
        status = "okay";
        mtd-cal-data = <&art 0x1000>;
 };
+
+&art {
+       compatible = "nvmem-cells";
+       #address-cells = <1>;
+       #size-cells = <1>;
+
+       macaddr_art_0: macaddr@0 {
+               reg = <0x0 0x6>;
+       };
+
+       macaddr_art_6: macaddr@6 {
+               reg = <0x6 0x6>;
+       };
+};