xref: /freebsd-12.1/sys/gnu/dts/mips/SL-R7205.dts (revision 41cee4e4)
1/dts-v1/;
2
3/include/ "rt3050.dtsi"
4
5/ {
6	compatible = "SL-R7205", "ralink,rt3052-soc";
7	model = "Skyline SL-R7205 Wireless 3G Router";
8
9	pinctrl {
10		state_default: pinctrl0 {
11			gpio {
12				ralink,group = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf";
13				ralink,function = "gpio";
14			};
15		};
16	};
17
18	cfi@1f000000 {
19		compatible = "cfi-flash";
20		reg = <0x1f000000 0x800000>;
21		bank-width = <2>;
22		device-width = <2>;
23		#address-cells = <1>;
24		#size-cells = <1>;
25
26		partition@0 {
27			label = "u-boot";
28			reg = <0x0 0x30000>;
29			read-only;
30		};
31
32		partition@30000 {
33			label = "u-boot-env";
34			reg = <0x30000 0x10000>;
35			read-only;
36		};
37
38		factory: partition@40000 {
39			label = "factory";
40			reg = <0x40000 0x10000>;
41			read-only;
42		};
43
44		partition@50000 {
45			label = "firmware";
46			reg = <0x50000 0x3b0000>;
47		};
48	};
49
50	ethernet@10100000 {
51		mtd-mac-address = <&factory 0x4>;
52	};
53
54	esw@10110000 {
55		mediatek,portmap = <0x3e>;
56	};
57
58	wmac@10180000 {
59		ralink,mtd-eeprom = <&factory 0>;
60	};
61
62	gpio-leds {
63		compatible = "gpio-leds";
64
65		wifi {
66			label = "sl-r7205:green:wifi";
67			gpios = <&gpio0 7 1>;
68		};
69	};
70
71	gpio-keys-polled {
72		compatible = "gpio-keys-polled";
73		#address-cells = <1>;
74		#size-cells = <0>;
75		poll-interval = <20>;
76
77		reset {
78			label = "reset";
79			gpios = <&gpio0 10 1>;
80			linux,code = <0x198>;
81		};
82
83		wps {
84			label = "wps";
85			gpios = <&gpio0 0 1>;
86			linux,code = <0x211>;
87		};
88	};
89
90	otg@101c0000 {
91		status = "okay";
92	};
93};
94