treewide: convert mtd-mac-address-increment* to generic implementation
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / mt7621_netgear_sercomm_bzv.dtsi
index d2e5502e4872330ecf99b09bc62f2be20e27ba7c..3ed8bc55e952973b3dfe1e16ecc481a381cae79c 100644 (file)
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only
 
 #include "mt7621.dtsi"
 
 
        aliases {
                label-mac-device = &gmac0;
-       };
-
-       chosen {
-               bootargs = "console=ttyS0,57600";
+               led-boot = &led_power_white;
+               led-failsafe = &led_power_orange;
+               led-running = &led_power_white;
+               led-upgrade = &led_power_orange;
        };
 
        keys {
                        linux,code = <KEY_RESTART>;
                };
        };
+
+       leds: leds {
+               compatible = "gpio-leds";
+
+               led_power_orange: power_orange {
+                       gpios = <&gpio_expander 0 GPIO_ACTIVE_LOW>;
+                       label = "orange:power";
+               };
+
+               led_power_white: power_white {
+                       gpios = <&gpio_expander 1 GPIO_ACTIVE_LOW>;
+                       label = "white:power";
+               };
+
+               wan_orange {
+                       gpios = <&gpio_expander 2 GPIO_ACTIVE_LOW>;
+                       label = "orange:wan";
+               };
+
+               wan_white {
+                       gpios = <&gpio_expander 3 GPIO_ACTIVE_LOW>;
+                       label = "white:wan";
+               };
+
+               wlan2g {
+                       gpios = <&gpio_expander 4 GPIO_ACTIVE_LOW>;
+                       label = "white:wlan2g";
+                       linux,default-trigger = "phy0radio";
+               };
+
+               wlan5g {
+                       gpios = <&gpio_expander 5 GPIO_ACTIVE_LOW>;
+                       label = "white:wlan5g";
+                       linux,default-trigger = "phy1radio";
+               };
+
+               usb3 {
+                       gpios = <&gpio_expander 7 GPIO_ACTIVE_LOW>;
+                       label = "white:usb3";
+                       linux,default-trigger = "usbport";
+                       trigger-sources = <&xhci_ehci_port1>;
+               };
+
+               lan1_orange {
+                       gpios = <&gpio_expander 8 GPIO_ACTIVE_LOW>;
+                       label = "orange:lan1";
+               };
+
+               lan1_white {
+                       gpios = <&gpio_expander 9 GPIO_ACTIVE_LOW>;
+                       label = "white:lan1";
+               };
+
+               lan2_orange {
+                       gpios = <&gpio_expander 10 GPIO_ACTIVE_LOW>;
+                       label = "orange:lan2";
+               };
+
+               lan2_white {
+                       gpios = <&gpio_expander 11 GPIO_ACTIVE_LOW>;
+                       label = "white:lan2";
+               };
+
+               lan3_orange {
+                       gpios = <&gpio_expander 12 GPIO_ACTIVE_LOW>;
+                       label = "orange:lan3";
+               };
+
+               lan3_white {
+                       gpios = <&gpio_expander 13 GPIO_ACTIVE_LOW>;
+                       label = "white:lan3";
+               };
+
+               lan4_orange {
+                       gpios = <&gpio_expander 14 GPIO_ACTIVE_LOW>;
+                       label = "orange:lan4";
+               };
+
+               lan4_white {
+                       gpios = <&gpio_expander 15 GPIO_ACTIVE_LOW>;
+                       label = "white:lan4";
+               };
+
+               wps {
+                       gpios = <&gpio 17 GPIO_ACTIVE_HIGH>;
+                       label = "white:wps";
+               };
+
+               wlan {
+                       gpios = <&gpio 5 GPIO_ACTIVE_LOW>;
+                       label = "white:wlan";
+               };
+       };
+};
+
+&state_default {
+       gpio {
+               groups = "uart3", "uart2", "jtag", "wdt";
+               function = "gpio";
+       };
 };
 
 &pcie {
                        status = "okay";
                        label = "wan";
                        mtd-mac-address = <&factory 0x4>;
-                       mtd-mac-address-increment = <2>;
+                       mac-address-increment = <2>;
                };
        };
 };