mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
30644bc579
update dts and network/LED configuration for DSA driver. sysupgrade from images prior to this commit with config preserved will cause broken ethernet setup. Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn> Acked-by: Jo-Philipp Wich <jo@mein.io> [split commit] Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
122 lines
2.4 KiB
Plaintext
122 lines
2.4 KiB
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/dts-v1/;
|
|
|
|
#include "mt7621_netgear_sercomm_bzv.dtsi"
|
|
|
|
/ {
|
|
compatible = "netgear,r6700-v2", "mediatek,mt7621-soc";
|
|
model = "Netgear R6700 v2";
|
|
|
|
aliases {
|
|
led-boot = &led_power_white;
|
|
led-failsafe = &led_power_orange;
|
|
led-running = &led_power_white;
|
|
led-upgrade = &led_power_orange;
|
|
};
|
|
|
|
leds {
|
|
compatible = "gpio-leds";
|
|
|
|
led_power_orange: power_orange {
|
|
gpios = <&gpio_expander 0 GPIO_ACTIVE_LOW>;
|
|
label = "r6700-v2:orange:power";
|
|
};
|
|
|
|
led_power_white: power_white {
|
|
gpios = <&gpio_expander 1 GPIO_ACTIVE_LOW>;
|
|
label = "r6700-v2:white:power";
|
|
};
|
|
|
|
wan_orange {
|
|
gpios = <&gpio_expander 2 GPIO_ACTIVE_LOW>;
|
|
label = "r6700-v2:orange:wan";
|
|
};
|
|
|
|
wan_white {
|
|
gpios = <&gpio_expander 3 GPIO_ACTIVE_LOW>;
|
|
label = "r6700-v2:white:wan";
|
|
};
|
|
|
|
wlan2g {
|
|
gpios = <&gpio_expander 4 GPIO_ACTIVE_LOW>;
|
|
label = "r6700-v2:white:wlan2g";
|
|
linux,default-trigger = "phy0radio";
|
|
};
|
|
|
|
wlan5g {
|
|
gpios = <&gpio_expander 5 GPIO_ACTIVE_LOW>;
|
|
label = "r6700-v2:white:wlan5g";
|
|
linux,default-trigger = "phy1radio";
|
|
};
|
|
|
|
guest_wifi {
|
|
gpios = <&gpio_expander 6 GPIO_ACTIVE_LOW>;
|
|
label = "r6700-v2:white:guest_wifi";
|
|
};
|
|
|
|
usb3 {
|
|
gpios = <&gpio_expander 7 GPIO_ACTIVE_LOW>;
|
|
label = "r6700-v2:white:usb3";
|
|
linux,default-trigger = "usbport";
|
|
trigger-sources = <&xhci_ehci_port1>;
|
|
};
|
|
|
|
lan1_orange {
|
|
gpios = <&gpio_expander 8 GPIO_ACTIVE_LOW>;
|
|
label = "r6700-v2:orange:lan1";
|
|
};
|
|
|
|
lan1_white {
|
|
gpios = <&gpio_expander 9 GPIO_ACTIVE_LOW>;
|
|
label = "r6700-v2:white:lan1";
|
|
};
|
|
|
|
lan2_orange {
|
|
gpios = <&gpio_expander 10 GPIO_ACTIVE_LOW>;
|
|
label = "r6700-v2:orange:lan2";
|
|
};
|
|
|
|
lan2_white {
|
|
gpios = <&gpio_expander 11 GPIO_ACTIVE_LOW>;
|
|
label = "r6700-v2:white:lan2";
|
|
};
|
|
|
|
lan3_orange {
|
|
gpios = <&gpio_expander 12 GPIO_ACTIVE_LOW>;
|
|
label = "r6700-v2:orange:lan3";
|
|
};
|
|
|
|
lan3_white {
|
|
gpios = <&gpio_expander 13 GPIO_ACTIVE_LOW>;
|
|
label = "r6700-v2:white:lan3";
|
|
};
|
|
|
|
lan4_orange {
|
|
gpios = <&gpio_expander 14 GPIO_ACTIVE_LOW>;
|
|
label = "r6700-v2:orange:lan4";
|
|
};
|
|
|
|
lan4_white {
|
|
gpios = <&gpio_expander 15 GPIO_ACTIVE_LOW>;
|
|
label = "r6700-v2:white:lan4";
|
|
};
|
|
|
|
wps {
|
|
gpios = <&gpio 17 GPIO_ACTIVE_HIGH>;
|
|
label = "r6700-v2:white:wps";
|
|
};
|
|
|
|
wlan {
|
|
gpios = <&gpio 5 GPIO_ACTIVE_LOW>;
|
|
label = "r6700-v2:white:wlan";
|
|
};
|
|
};
|
|
};
|
|
|
|
&state_default {
|
|
gpio {
|
|
groups = "uart3", "uart2", "jtag", "wdt";
|
|
function = "gpio";
|
|
};
|
|
};
|