ramips: Change all '/include/' clauses to '#include' so preprocessing can
[openwrt/openwrt.git] / target / linux / ramips / dts / BC2.dts
index 54adbafad687719d48637a642b955e4ed9302373..9161a553232c31386e3137c57c7fc9a20c3fbe30 100644 (file)
@@ -1,6 +1,6 @@
 /dts-v1/;
 
-/include/ "rt3050.dtsi"
+#include "rt3050.dtsi"
 
 / {
        compatible = "BC2", "ralink,rt3052-soc";
@@ -18,7 +18,6 @@
        cfi@1f000000 {
                compatible = "cfi-flash";
                reg = <0x1f000000 0x800000>;
-
                bank-width = <2>;
                device-width = <2>;
                #address-cells = <1>;
@@ -50,6 +49,7 @@
 
        gpio-leds {
                compatible = "gpio-leds";
+
                usb {
                        label = "bc2:blue:usb";
                        gpios = <&gpio0 20 1>;
@@ -61,6 +61,7 @@
                #address-cells = <1>;
                #size-cells = <0>;
                poll-interval = <20>;
+
                reset {
                        label = "reset";
                        gpios = <&gpio0 17 1>;
        };
 
        esw@10110000 {
-               ralink,portmap = <0x2f>;
+               mediatek,portmap = <0x2f>;
+       };
+
+       wmac@10180000 {
+               ralink,mtd-eeprom = <&factory 0>;
        };
 
        otg@101c0000 {