openwrt/target/linux/mediatek/dts/mt7986a-acer-predator-w6.dts

161 lines
2.6 KiB
Plaintext
Raw Normal View History

// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/dts-v1/;
#include "mt7986a-acer-w6-common.dtsi"
/ {
model = "Acer Predator W6";
compatible = "acer,predator-w6", "mediatek,mt7986a";
aliases {
serial0 = &uart0;
led-boot = &led_status;
led-failsafe = &led_status;
led-running = &led_status;
led-upgrade = &led_status;
};
leds {
compatible = "gpio-leds";
led_status: led-0 {
label = "ant0:red";
gpios = <&pio 1 GPIO_ACTIVE_HIGH>;
};
led-1 {
label = "ant0:green";
gpios = <&pio 2 GPIO_ACTIVE_HIGH>;
};
led-2 {
label = "ant0:blue";
gpios = <&pio 36 GPIO_ACTIVE_HIGH>;
};
led-3 {
label = "ant1:red";
gpios = <&pio 35 GPIO_ACTIVE_HIGH>;
};
led-4 {
label = "ant1:green";
gpios = <&pio 34 GPIO_ACTIVE_HIGH>;
};
led-5 {
label = "ant1:blue";
gpios = <&pio 33 GPIO_ACTIVE_HIGH>;
};
led-6 {
label = "ant2:red";
gpios = <&pio 38 GPIO_ACTIVE_HIGH>;
};
led-7 {
label = "ant2:green";
gpios = <&pio 37 GPIO_ACTIVE_HIGH>;
};
led-8 {
label = "ant2:blue";
gpios = <&pio 26 GPIO_ACTIVE_HIGH>;
};
led-9 {
label = "ant3:red";
gpios = <&pio 25 GPIO_ACTIVE_HIGH>;
};
led-10 {
label = "ant3:green";
gpios = <&pio 24 GPIO_ACTIVE_HIGH>;
};
led-11 {
label = "ant3:blue";
gpios = <&pio 23 GPIO_ACTIVE_HIGH>;
};
led-12 {
label = "ant4:red";
gpios = <&pio 28 GPIO_ACTIVE_HIGH>;
};
led-13 {
label = "ant4:green";
gpios = <&pio 27 GPIO_ACTIVE_HIGH>;
};
led-14 {
label = "ant4:blue";
gpios = <&pio 32 GPIO_ACTIVE_HIGH>;
};
led-15 {
label = "ant5:red";
gpios = <&pio 45 GPIO_ACTIVE_HIGH>;
};
led-16 {
label = "ant5:green";
gpios = <&pio 44 GPIO_ACTIVE_HIGH>;
};
led-17 {
label = "ant5:blue";
gpios = <&pio 43 GPIO_ACTIVE_HIGH>;
};
};
};
&ssusb {
vusb33-supply = <&reg_3p3v>;
vbus-supply = <&reg_5v>;
status = "okay";
};
&nvmem {
eeprom_factory_a0000: eeprom@a0000 {
reg = <0xa0000 0x1000>;
};
};
&slot0 {
radio0: mt7915@0,0 {
reg = <0x0000 0 0 0 0>;
nvmem-cells = <&eeprom_factory_a0000>;
nvmem-cell-names = "eeprom";
};
};
&usb_phy {
status = "okay";
};
&eth {
gmac1: mac@1 {
compatible = "mediatek,eth-mac";
reg = <1>;
phy-mode = "2500base-x";
phy-handle = <&phy6>;
};
};
&mdio {
phy6: phy@6 {
compatible = "ethernet-phy-ieee802.3-c45";
reg = <6>;
reset-gpios = <&pio 6 GPIO_ACTIVE_LOW>;
reset-assert-us = <10000>;
reset-deassert-us = <10000>;
/* LED0: nc ; LED1: nc ; LED2: amber ; LED3: green */
mxl,led-config = <0x0 0x0 0x370 0x80>;
};
};
&swport0 {
label = "game";
};