ramips: move dts-v1 statement to top-level DTSI files
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / rt5350_easyacc_wizard-8800.dts
index c3e76cb13284b248fd9ae19c8f1327b0cea1e4fd..7549e457d0f5ae7d0887e8281fb297e684536194 100644 (file)
@@ -1,5 +1,3 @@
-/dts-v1/;
-
 #include "rt5350.dtsi"
 
 / {
@@ -18,7 +16,7 @@
 &spi0 {
        status = "okay";
 
-       m25p80@0 {
+       flash@0 {
                compatible = "jedec,spi-nor";
                reg = <0>;
                spi-max-frequency = <10000000>;
@@ -57,8 +55,8 @@
 
 &state_default {
        gpio {
-               ralink,group = "i2c", "jtag", "uartf";
-               ralink,function = "gpio";
+               groups = "i2c", "jtag", "uartf";
+               function = "gpio";
        };
 };
 
@@ -79,5 +77,5 @@
 };
 
 &wmac {
-       ralink,mtd-eeprom = <&factory 0>;
+       ralink,mtd-eeprom = <&factory 0x0>;
 };