aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/PSG1218K2C.dts
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/dts/PSG1218K2C.dts')
-rw-r--r--target/linux/ramips/dts/PSG1218K2C.dts47
1 files changed, 47 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/PSG1218K2C.dts b/target/linux/ramips/dts/PSG1218K2C.dts
new file mode 100644
index 0000000000..d8105b9a22
--- /dev/null
+++ b/target/linux/ramips/dts/PSG1218K2C.dts
@@ -0,0 +1,47 @@
+/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";
+};