ramips: replace pinctrl property names
[oweals/openwrt.git] / target / linux / ramips / dts / mt7620a_phicomm_psg1218a.dts
1 /dts-v1/;
2
3 #include "mt7620a_phicomm_psg1218.dtsi"
4
5 / {
6         compatible = "phicomm,psg1218a", "phicomm,psg1218", "ralink,mt7620a-soc";
7         model = "Phicomm PSG1218 rev.A";
8
9         aliases {
10                 led-boot = &led_blue;
11                 led-failsafe = &led_blue;
12                 led-running = &led_blue;
13                 led-upgrade = &led_blue;
14         };
15
16         leds {
17                 compatible = "gpio-leds";
18
19                 led_blue: blue {
20                         label = "psg1218a:blue:status";
21                         gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
22                         default-state = "on";
23                 };
24
25                 yellow {
26                         label = "psg1218a:yellow:status";
27                         gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
28                 };
29
30                 red {
31                         label = "psg1218a:red:status";
32                         gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
33                 };
34         };
35 };
36
37 &state_default {
38         gpio {
39                 groups = "i2c", "uartf", "rgmii1", "rgmii2", "wled", "nd_sd";
40                 function = "gpio";
41         };
42 };
43
44 &ethernet {
45         pinctrl-names = "default";
46         pinctrl-0 = <&ephy_pins>;
47         mtd-mac-address = <&factory 0x28>;
48         mediatek,portmap = "llllw";
49 };
50
51 &wmac {
52         pinctrl-names = "default";
53         pinctrl-0 = <&pa_pins>;
54 };