summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/rt3050_alphanetworks_asl26555.dtsi
blob: d1c21f8082a5fe540eb10173b0c7b3cb01612fae (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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
#include "rt3050.dtsi"

#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>

/ {
	compatible = "alphanetworks,asl26555", "ralink,rt3050-soc";

	aliases {
		led-boot = &led_power_green;
		led-failsafe = &led_power_green;
		led-running = &led_power_green;
		led-upgrade = &led_power_green;
	};

	keys {
		compatible = "gpio-keys-polled";
		poll-interval = <20>;

		reset {
			label = "reset";
			gpios = <&gpio0 10 GPIO_ACTIVE_HIGH>;
			linux,code = <KEY_RESTART>;
		};

		wps {
			label = "wps";
			gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
			linux,code = <KEY_WPS_BUTTON>;
		};
	};

	leds {
		compatible = "gpio-leds";

		eth {
			label = "asl26555:green:eth";
			gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
		};

		wan-red {
			label = "asl26555:red:wan";
			gpios = <&gpio0 1 GPIO_ACTIVE_HIGH>;
		};

		wan-green {
			label = "asl26555:green:wan";
			gpios = <&gpio0 2 GPIO_ACTIVE_HIGH>;
		};

		wlan {
			label = "asl26555:green:wlan";
			gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>;
		};

		led_power_green: power-green {
			label = "asl26555:green:power";
			gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
		};

		power-red {
			label = "asl26555:red:power";
			gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>;
		};

		3g-green {
			label = "asl26555:green:3g";
			gpios = <&gpio0 14 GPIO_ACTIVE_LOW>;
			trigger-sources = <&otg_port1>;
			linux,default-trigger = "usbport";
		};

		3g-red {
			label = "asl26555:red:3g";
			gpios = <&gpio0 17 GPIO_ACTIVE_LOW>;
		};
	};
};

&gpio0 {
	status = "okay";
};

&pinctrl {
	state_default: pinctrl0 {
		gpio {
			ralink,group = "i2c", "jtag", "rgmii", "mdio", "uartf";
			ralink,function = "gpio";
		};
	};
};

&ethernet {
	mtd-mac-address = <&devdata 0x4004>;
};

&esw {
	mediatek,portmap = <0x1e>;
};

&wmac {
	ralink,mtd-eeprom = <&devdata 0x4000>;
};

&otg {
	status = "okay";
};