8b6b8c037254cf5fe00db44005b91f63cb91075b
[openwrt/openwrt.git] / target / linux / ramips / dts / PSG1218B.dts
1 /dts-v1/;
2
3 #include "PSG1218.dtsi"
4
5 / {
6 compatible = "phicomm,psg1218b", "phicomm,psg1218", "ralink,mt7620a-soc";
7 model = "Phicomm PSG1218 rev.B";
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 gpio-leds {
17 compatible = "gpio-leds";
18 led_blue: blue {
19 label = "psg1218b:blue:status";
20 gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
21 default-state = "on";
22 };
23
24 yellow {
25 label = "psg1218b:yellow:status";
26 gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
27 default-state = "off";
28 };
29
30 red {
31 label = "psg1218b:red:status";
32 gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
33 default-state = "off";
34 };
35 };
36 };
37
38 &pinctrl {
39 state_default: pinctrl0 {
40 gpio {
41 ralink,group = "i2c", "uartf", "rgmii1", "rgmii2", "wled", "nd_sd", "pa";
42 ralink,function = "gpio";
43 };
44 };
45 };
46
47 &ethernet {
48 pinctrl-names = "default";
49 pinctrl-0 = <&ephy_pins>;
50 mtd-mac-address = <&factory 0x28>;
51 mediatek,portmap = "llllw";
52 };