openwrtv3/target/linux/ramips/dts/PSG1218K2C.dts
Daniel Golle c5a7dc49d1 ramips: split Phicomm PSG1218 and PSG1218K2C
PSG1218 got only 4 Ethernet ports and WAN on port 3 while
PSG1218K2C got 5 Ethernet ports and WAN on port 4
Switch to use kmod-kt76x2 instead of kmod-mt76 for both devices while
at it.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-04-21 02:29:21 +02:00

47 lines
765 B
Text

/dts-v1/;
#include "PSG1218.dtsi"
/ {
compatible = "PSG1218K2C", "ralink,mt7620a-soc";
model = "Phicomm PSG1218K2C";
gpio-leds {
compatible = "gpio-leds";
blue {
label = "psg1218k2c:blue:status";
gpios = <&gpio0 10 1>;
};
yellow {
label = "psg1218k2c:yellow:status";
gpios = <&gpio0 11 1>;
};
red {
label = "psg1218k2c:red:status";
gpios = <&gpio0 8 0>;
};
};
};
&pinctrl {
state_default: pinctrl0 {
gpio {
ralink,group = "i2c", "uartf", "rgmii1", "rgmii2", "wled", "nd_sd";
ralink,function = "gpio";
};
pa {
ralink,group = "pa";
ralink,function = "pa";
};
};
};
&ethernet {
pinctrl-names = "default";
pinctrl-0 = <&ephy_pins>;
mtd-mac-address = <&factory 0x28>;
mediatek,portmap = "llllw";
};