ramips: DTS rework
[openwrt/openwrt.git] / target / linux / ramips / dts / F5D8235_V2.dts
index d1e2143b40bfb268abae7b1d93cf700679ee5665..084ca0f25a782eb2e89e8f28e2af4192f983d32c 100644 (file)
@@ -6,15 +6,6 @@
        compatible = "F5D8235_V2", "ralink,rt3052-soc";
        model = "Belkin F5D8235 v2";
 
-       pinctrl {
-               state_default: pinctrl0 {
-                       gpio {
-                               ralink,group = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf";
-                               ralink,function = "gpio";
-                       };
-               };
-       };
-
        cfi@1f000000 {
                compatible = "cfi-flash";
                reg = <0x1f000000 0x800000>;
                };
        };
 
-       ethernet@10100000 {
-               mtd-mac-address = <&uboot 0x40004>;
-       };
-
-       esw@10110000 {
-               mediatek,portmap = <0x3f>;
-       };
-
-       wmac@10180000 {
-               ralink,mtd-eeprom = <&uboot 0x40000>;
-       };
-
-       otg@101c0000 {
-               status = "okay";
-       };
-
        rtl8366rb {
                compatible = "rtl8366rb";
                gpio-sda = <&gpio0 1 0>;
                };
        };
 };
+
+&pinctrl {
+       state_default: pinctrl0 {
+               gpio {
+                       ralink,group = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf";
+                       ralink,function = "gpio";
+               };
+       };
+};
+
+&ethernet {
+       mtd-mac-address = <&uboot 0x40004>;
+};
+
+&esw {
+       mediatek,portmap = <0x3f>;
+};
+
+&wmac {
+       ralink,mtd-eeprom = <&uboot 0x40000>;
+};
+
+&otg {
+       status = "okay";
+};