2024-04-12 13:57:26 +02:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
2018-05-17 11:57:00 +02:00
|
|
|
|
2024-02-07 14:48:43 +01:00
|
|
|
#include <dt-bindings/leds/common.h>
|
2018-05-17 11:57:00 +02:00
|
|
|
|
2024-04-12 16:14:18 +02:00
|
|
|
#include "mt7620a_tplink_8m.dtsi"
|
2024-04-12 13:57:26 +02:00
|
|
|
|
2018-05-17 11:57:00 +02:00
|
|
|
/ {
|
2019-07-03 23:21:54 +02:00
|
|
|
compatible = "tplink,archer-c2-v1", "ralink,mt7620a-soc";
|
2018-05-17 11:57:00 +02:00
|
|
|
model = "TP-Link Archer C2 v1";
|
|
|
|
|
2018-07-16 16:27:22 +08:00
|
|
|
aliases {
|
2018-08-28 06:54:27 +02:00
|
|
|
led-boot = &led_wps;
|
|
|
|
led-failsafe = &led_wps;
|
|
|
|
led-running = &led_wps;
|
|
|
|
led-upgrade = &led_wps;
|
2018-07-16 16:27:22 +08:00
|
|
|
};
|
|
|
|
|
2018-05-17 11:57:00 +02:00
|
|
|
|
2018-12-30 12:42:53 +01:00
|
|
|
leds {
|
2018-05-17 11:57:00 +02:00
|
|
|
compatible = "gpio-leds";
|
|
|
|
|
2024-04-29 19:10:59 +02:00
|
|
|
led-0 {
|
2024-02-07 14:48:43 +01:00
|
|
|
function = LED_FUNCTION_LAN;
|
|
|
|
color = <LED_COLOR_ID_GREEN>;
|
2018-05-17 11:57:00 +02:00
|
|
|
gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
|
|
|
|
2024-04-29 19:10:59 +02:00
|
|
|
led-1 {
|
2024-02-07 14:48:43 +01:00
|
|
|
function = LED_FUNCTION_USB;
|
|
|
|
color = <LED_COLOR_ID_GREEN>;
|
2018-05-17 11:57:00 +02:00
|
|
|
gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
|
2018-08-13 17:14:08 +02:00
|
|
|
trigger-sources = <&ohci_port1>, <&ehci_port1>;
|
|
|
|
linux,default-trigger = "usbport";
|
2018-05-17 11:57:00 +02:00
|
|
|
};
|
|
|
|
|
2024-04-29 19:10:59 +02:00
|
|
|
led_wps: led-2 {
|
2024-02-07 14:48:43 +01:00
|
|
|
function = LED_FUNCTION_WPS;
|
|
|
|
color = <LED_COLOR_ID_GREEN>;
|
2018-05-17 11:57:00 +02:00
|
|
|
gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
|
|
|
|
2024-04-29 19:10:59 +02:00
|
|
|
led-3 {
|
2024-02-07 14:48:43 +01:00
|
|
|
function = LED_FUNCTION_WAN;
|
|
|
|
color = <LED_COLOR_ID_GREEN>;
|
2018-05-17 11:57:00 +02:00
|
|
|
gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
|
|
|
|
};
|
|
|
|
|
2024-04-29 19:10:59 +02:00
|
|
|
led-4 {
|
2024-02-07 14:48:43 +01:00
|
|
|
function = LED_FUNCTION_WLAN;
|
|
|
|
color = <LED_COLOR_ID_GREEN>;
|
2018-05-17 11:57:00 +02:00
|
|
|
gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
|
2020-01-02 03:11:39 +01:00
|
|
|
linux,default-trigger = "phy1tpt";
|
2018-05-17 11:57:00 +02:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
rtl8367rb {
|
2024-02-15 21:58:31 +01:00
|
|
|
compatible = "realtek,rtl8367b";
|
2024-07-27 14:50:04 +02:00
|
|
|
realtek,extif = <6 1 0 1 1 1 1 1 1 2>;
|
2018-05-17 11:57:00 +02:00
|
|
|
mii-bus = <&mdio0>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2024-04-12 13:57:26 +02:00
|
|
|
&state_default {
|
|
|
|
gpio {
|
|
|
|
groups = "i2c", "uartf", "wled", "ephy", "spi refclk";
|
|
|
|
function = "gpio";
|
2018-05-17 11:57:00 +02:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
ðernet {
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&rgmii1_pins &rgmii2_pins &mdio_pins>;
|
|
|
|
|
|
|
|
port@5 {
|
|
|
|
status = "okay";
|
|
|
|
mediatek,fixed-link = <1000 1 1 1>;
|
|
|
|
phy-mode = "rgmii";
|
|
|
|
};
|
|
|
|
|
|
|
|
mdio0: mdio-bus {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2019-12-22 21:26:01 +01:00
|
|
|
|
2018-05-17 11:57:00 +02:00
|
|
|
&wmac {
|
2023-11-25 13:35:04 -08:00
|
|
|
nvmem-cells = <&eeprom_radio_0>, <&macaddr_rom_f100 0>;
|
2023-10-02 10:12:02 +08:00
|
|
|
nvmem-cell-names = "eeprom", "mac-address";
|
2018-05-17 11:57:00 +02:00
|
|
|
};
|
|
|
|
|
2024-04-12 13:57:26 +02:00
|
|
|
&wifi {
|
|
|
|
nvmem-cells = <&eeprom_radio_8000>, <&macaddr_rom_f100 (-1)>;
|
|
|
|
nvmem-cell-names = "eeprom", "mac-address";
|
2018-05-17 11:57:00 +02:00
|
|
|
};
|