ipq40xx: only include ath10k-board-qca4019 for the generic subtarget
[openwrt/staging/chunkeey.git] / target / linux / ramips / dts / mt7621_edimax_rx21s.dtsi
index 31498a5340f9b3600a3bc6e26a66377b44d26dce..f9a6c375c2a6952a9a0310181d5e2ff1b34a290f 100644 (file)
@@ -1,5 +1,4 @@
 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
-/dts-v1/;
 
 #include "mt7621.dtsi"
 
@@ -8,11 +7,11 @@
 
 / {
        aliases {
-               label-mac-device = &ethernet;
-       };
-
-       chosen {
-               bootargs = "console=ttyS0,57600";
+               label-mac-device = &gmac0;
+               led-boot = &led_power;
+               led-failsafe = &led_power;
+               led-running = &led_power;
+               led-upgrade = &led_power;
        };
 
        keys {
 
                reset {
                        label = "reset";
-                       gpios = <&gpio0 16 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_RESTART>;
                };
 
                wps {
                        label = "wps";
-                       gpios = <&gpio0 18 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
                        linux,code = <KEY_WPS_BUTTON>;
                };
        };
+
+       leds {
+               compatible = "gpio-leds";
+
+               led_power: led_1 {
+                       label = "red:led1";
+                       gpios = <&gpio 7 GPIO_ACTIVE_HIGH>;
+               };
+
+               led_2 {
+                       label = "red:led2";
+                       gpios = <&gpio 12 GPIO_ACTIVE_HIGH>;
+               };
+
+               led_3 {
+                       label = "red:led3";
+                       gpios = <&gpio 14 GPIO_ACTIVE_HIGH>;
+               };
+
+               led_4 {
+                       label = "red:led4";
+                       gpios = <&gpio 15 GPIO_ACTIVE_HIGH>;
+               };
+       };
 };
 
 &spi0 {
        };
 };
 
-&ethernet {
-       mtd-mac-address = <&factory 0x4>;
+&gmac0 {
+       nvmem-cells = <&macaddr_factory_4>;
+       nvmem-cell-names = "mac-address";
+};
+
+&switch0 {
+       ports {
+               port@0 {
+                       status = "okay";
+                       label = "wan";
+               };
+
+               port@1 {
+                       status = "okay";
+                       label = "lan4";
+               };
 
-       mediatek,portmap = "wllll";
-       port@5 {
-               status = "disabled";
+               port@2 {
+                       status = "okay";
+                       label = "lan3";
+               };
+
+               port@3 {
+                       status = "okay";
+                       label = "lan2";
+               };
+
+               port@4 {
+                       status = "okay";
+                       label = "lan1";
+               };
        };
 };
 
 &state_default {
        gpio {
-               ralink,group = "uart3", "uart2", "jtag", "wdt";
-               ralink,function = "gpio";
+               groups = "uart3", "uart2", "jtag", "wdt";
+               function = "gpio";
        };
 };
 
 &xhci {
        status = "disabled";
 };
+
+&factory {
+       compatible = "nvmem-cells";
+       #address-cells = <1>;
+       #size-cells = <1>;
+
+       macaddr_factory_4: macaddr@4 {
+               reg = <0x4 0x6>;
+       };
+};