ramips: add support for SNR-CPE-ME2-SFP
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7620a_phicomm_psg1218b.dts
index f451b43ae3fa7725b691093d9619104bc37a10c3..704be2b5d75ed49594c2da1a1e0af2fe1e2df8fc 100644 (file)
@@ -1,51 +1,14 @@
-/dts-v1/;
-
-#include "mt7620a_phicomm_psg1218.dtsi"
+#include "mt7620a_phicomm_k2x.dtsi"
 
 / {
        compatible = "phicomm,psg1218b", "phicomm,psg1218", "ralink,mt7620a-soc";
        model = "Phicomm PSG1218 rev.B";
-
-       aliases {
-               led-boot = &led_blue;
-               led-failsafe = &led_blue;
-               led-running = &led_blue;
-               led-upgrade = &led_blue;
-       };
-
-       leds {
-               compatible = "gpio-leds";
-
-               led_blue: blue {
-                       label = "psg1218b:blue:status";
-                       gpios = <&gpio0 10 GPIO_ACTIVE_LOW>;
-                       default-state = "on";
-               };
-
-               yellow {
-                       label = "psg1218b:yellow:status";
-                       gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
-               };
-
-               red {
-                       label = "psg1218b:red:status";
-                       gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
-               };
-       };
 };
 
-&pinctrl {
-       state_default: pinctrl0 {
-               gpio {
-                       ralink,group = "i2c", "uartf", "rgmii1", "rgmii2", "wled", "nd_sd", "pa";
-                       ralink,function = "gpio";
-               };
+&partitions {
+       partition@50000 {
+               compatible = "denx,uimage";
+               label = "firmware";
+               reg = <0x50000 0x7b0000>;
        };
 };
-
-&ethernet {
-       pinctrl-names = "default";
-       pinctrl-0 = <&ephy_pins>;
-       mtd-mac-address = <&factory 0x28>;
-       mediatek,portmap = "llllw";
-};