aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7621_dlink_dir-2660-a1.dts
blob: c185285eb62a494be9d3faabf8e0c9d5427f2954 (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
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT

#include "mt7621_dlink_dir-xx60-a1.dtsi"

/ {
	compatible = "dlink,dir-2660-a1", "mediatek,mt7621-soc";
	model = "D-Link DIR-2660 A1";

	aliases {
		led-boot = &led_power_orange;
		led-failsafe = &led_power_white;
		led-running = &led_power_white;
		led-upgrade = &led_net_orange;
	};

	leds {
		compatible = "gpio-leds";

		led_power_orange: power_orange {
			label = "dir-2660-a1:orange:power";
			gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
		};

		led_power_white: power_white {
			label = "dir-2660-a1:white:power";
			gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
		};

		led_net_orange: net_orange {
			label = "dir-2660-a1:orange:net";
			gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
		};

		net_white {
			label = "dir-2660-a1:white:net";
			gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
		};

		usb2_white {
			label = "dir-2660-a1:white:usb2";
			gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
			trigger-sources = <&ehci_port2>;
			linux,default-trigger = "usbport";
		};

		usb3_white {
			label = "dir-2660-a1:white:usb3";
			gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
			trigger-sources = <&xhci_ehci_port1>;
			linux,default-trigger = "usbport";
		};
	};
};

&wifi0 {
	mtd-mac-address = <&factory 0xe000>;
	mtd-mac-address-increment = <1>;
};

&wifi1 {
	mtd-mac-address = <&factory 0xe000>;
	mtd-mac-address-increment = <2>;
};