ramips: fix MikroTik 750Gr3 ports MAC addresses
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / mt7620a_phicomm_psg1218b.dts
1 /dts-v1/;
2
3 #include "mt7620a_phicomm_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 leds {
17 compatible = "gpio-leds";
18
19 led_blue: blue {
20 label = "psg1218b:blue:status";
21 gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
22 default-state = "on";
23 };
24
25 yellow {
26 label = "psg1218b:yellow:status";
27 gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
28 };
29
30 red {
31 label = "psg1218b: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", "pa";
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 };