ramips: replace pinctrl property names
[oweals/openwrt.git] / target / linux / ramips / dts / mt7620a_phicomm_psg1208.dts
1 /dts-v1/;
2
3 #include "mt7620a.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9         compatible = "phicomm,psg1208", "ralink,mt7620a-soc";
10         model = "Phicomm PSG1208";
11
12         aliases {
13                 led-boot = &led_wps;
14                 led-failsafe = &led_wps;
15                 led-running = &led_wps;
16                 led-upgrade = &led_wps;
17         };
18
19         leds {
20                 compatible = "gpio-leds";
21
22                 led_wps: wps {
23                         label = "psg1208:white:wps";
24                         gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
25                 };
26
27                 wlan {
28                         label = "psg1208:white:wlan2g";
29                         gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
30                 };
31         };
32
33         keys {
34                 compatible = "gpio-keys";
35
36                 reset {
37                         label = "reset";
38                         gpios = <&gpio0 1 GPIO_ACTIVE_LOW>;
39                         linux,code = <KEY_RESTART>;
40                 };
41         };
42 };
43
44 &gpio1 {
45         status = "okay";
46 };
47
48 &gpio3 {
49         status = "okay";
50 };
51
52 &spi0 {
53         status = "okay";
54
55         m25p80@0 {
56                 compatible = "jedec,spi-nor";
57                 reg = <0>;
58                 spi-max-frequency = <10000000>;
59
60                 partitions {
61                         compatible = "fixed-partitions";
62                         #address-cells = <1>;
63                         #size-cells = <1>;
64
65                         partition@0 {
66                                 label = "u-boot";
67                                 reg = <0x0 0x30000>;
68                                 read-only;
69                         };
70
71                         partition@20000 {
72                                 label = "u-boot-env";
73                                 reg = <0x30000 0x10000>;
74                                 read-only;
75                         };
76
77                         factory: partition@30000 {
78                                 label = "factory";
79                                 reg = <0x40000 0x10000>;
80                                 read-only;
81                         };
82
83                         partition@40000 {
84                                 compatible = "denx,uimage";
85                                 label = "firmware";
86                                 reg = <0x50000 0x7b0000>;
87                         };
88                 };
89         };
90 };
91
92 &state_default {
93         gpio {
94                 groups = "i2c", "spi refclk", "wled";
95                 function = "gpio";
96         };
97 };
98
99 &ethernet {
100         pinctrl-names = "default";
101         pinctrl-0 = <&ephy_pins>;
102         mtd-mac-address = <&factory 0x4>;
103         mediatek,portmap = "llllw";
104 };
105
106 &pcie {
107         status = "okay";
108 };
109
110 &pcie0 {
111         mt76@0,0 {
112                 reg = <0x0000 0 0 0 0>;
113                 mediatek,mtd-eeprom = <&factory 0x8000>;
114                 ieee80211-freq-limit = <5000000 6000000>;
115         };
116 };
117
118 &wmac {
119         ralink,mtd-eeprom = <&factory 0>;
120 };