aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7620a_tplink_archer-c20i.dts
blob: ba9bf1db99adfee3ee50a3ee9eaa2d163447d479 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
#include "mt7620a_tplink_archer.dtsi"

/ {
	compatible = "tplink,archer-c20i", "ralink,mt7620a-soc";
	model = "TP-Link Archer C20i";

	aliases {
		led-boot = &led_wps;
		led-failsafe = &led_wps;
		led-running = &led_wps;
		led-upgrade = &led_wps;
		label-mac-device = &ethernet;
	};

	leds {
		compatible = "gpio-leds";

		lan {
			label = "blue:lan";
			gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
		};

		usb {
			label = "blue:usb";
			gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
			trigger-sources = <&ohci_port1>, <&ehci_port1>;
			linux,default-trigger = "usbport";
		};

		led_wps: wps {
			label = "blue:wps";
			gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
		};

		wan {
			label = "blue:wan";
			gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
		};

		wlan {
			label = "blue:wlan";
			gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
			linux,default-trigger = "phy1tpt";
		};
	};
};

&state_default {
	gpio {
		groups = "i2c", "uartf", "rgmii1", "rgmii2", "wled", "nd_sd", "ephy", "spi refclk";
		function = "gpio";
	};
};

&wmac {
	nvmem-cells = <&macaddr_rom_f100>;
	nvmem-cell-names = "mac-address";
};

&wifi {
	nvmem-cells = <&macaddr_rom_f100>;
	nvmem-cell-names = "mac-address";
	mac-address-increment = <(-1)>;
};

&rom {
	compatible = "nvmem-cells";
	#address-cells = <1>;
	#size-cells = <1>;

	macaddr_rom_f100: macaddr@f100 {
		reg = <0xf100 0x6>;
	};
};