ramips: fix pci/pcie related dtc warnings
[openwrt/openwrt.git] / target / linux / ramips / dts / TL-WR902ACV3.dts
1 /dts-v1/;
2
3 #include "TPLINK-8M.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9 compatible = "tplink,tl-wr902ac-v3", "mediatek,mt7628an-soc";
10 model = "TP-Link TL-WR902AC v3";
11
12 aliases {
13 led-status = &led_power;
14 };
15
16 gpio-keys-polled {
17 compatible = "gpio-keys-polled";
18 #address-cells = <1>;
19 #size-cells = <0>;
20 poll-interval = <20>;
21
22 reset {
23 label = "reset";
24 gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
25 linux,code = <KEY_RESTART>;
26 };
27
28 sw1 {
29 label = "sw1";
30 gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
31 linux,code = <BTN_0>;
32 };
33
34 sw2 {
35 label = "sw2";
36 gpios = <&gpio0 3 GPIO_ACTIVE_LOW>;
37 linux,code = <BTN_1>;
38 };
39
40 wps {
41 label = "wps";
42 gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
43 linux,code = <KEY_WPS_BUTTON>;
44 };
45 };
46
47 gpio-leds {
48 compatible = "gpio-leds";
49
50 lan {
51 label = "tl-wr902ac-v3:green:lan";
52 gpios = <&gpio0 5 GPIO_ACTIVE_HIGH>;
53 };
54
55 led_power: power {
56 label = "tl-wr902ac-v3:green:power";
57 gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
58 };
59
60 usb {
61 label = "tl-wr902ac-v3:green:usb";
62 gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
63 };
64
65 wan {
66 label = "tl-wr902ac-v3:green:wan";
67 gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
68 };
69
70 wlan {
71 label = "tl-wr902ac-v3:green:wlan";
72 gpios = <&gpio1 12 GPIO_ACTIVE_LOW>;
73 };
74
75 wps {
76 label = "tl-wr902ac-v3:green:wps";
77 gpios = <&gpio0 4 GPIO_ACTIVE_LOW>;
78 };
79 };
80 };
81
82 &pinctrl {
83 state_default: pinctrl0 {
84 gpio {
85 ralink,group = "i2c", "i2s", "p0led_an", "p2led_an", "p4led_an", "uart1", "wdt", "wled_an";
86 ralink,function = "gpio";
87 };
88 };
89 };
90
91 &ehci {
92 status = "okay";
93 };
94
95 &ohci {
96 status = "okay";
97 };
98
99 &pcie {
100 status = "okay";
101 };
102
103 &pcie0 {
104 mt76@0,0 {
105 reg = <0x0000 0 0 0 0>;
106 mediatek,mtd-eeprom = <&factory 0x28000>;
107 ieee80211-freq-limit = <5000000 6000000>;
108 mtd-mac-address = <&factory 0xf100>;
109 mtd-mac-address-increment = <(-1)>;
110 };
111 };