X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fdts%2Frt5350_easyacc_wizard-8800.dts;h=1b80382f6811595d468f08bc80e5872f989a0338;hb=be7f9ad4ddb6a4cd22b128f8e8d424f445e299a8;hp=a69ed4bd092c601f2060d72a8a0ef65600625b06;hpb=3b0264eddbc94f43a015a965b9eb3e12cfce0655;p=openwrt%2Fopenwrt.git diff --git a/target/linux/ramips/dts/rt5350_easyacc_wizard-8800.dts b/target/linux/ramips/dts/rt5350_easyacc_wizard-8800.dts index a69ed4bd09..1b80382f68 100644 --- a/target/linux/ramips/dts/rt5350_easyacc_wizard-8800.dts +++ b/target/linux/ramips/dts/rt5350_easyacc_wizard-8800.dts @@ -1,5 +1,3 @@ -/dts-v1/; - #include "rt5350.dtsi" / { @@ -7,18 +5,10 @@ model = "EASYACC WI-STOR WIZARD 8800"; }; -&gpio0 { - status = "okay"; -}; - -&gpio1 { - status = "okay"; -}; - &spi0 { status = "okay"; - m25p80@0 { + flash@0 { compatible = "jedec,spi-nor"; reg = <0>; spi-max-frequency = <10000000>; @@ -55,31 +45,32 @@ }; }; -&pinctrl { - state_default: pinctrl0 { - gpio { - ralink,group = "i2c", "jtag", "uartf"; - ralink,function = "gpio"; - }; +&state_default { + gpio { + groups = "i2c", "jtag", "uartf"; + function = "gpio"; }; }; ðernet { - mtd-mac-address = <&factory 0x4>; + nvmem-cells = <&macaddr_factory_4>; + nvmem-cell-names = "mac-address"; }; &esw { mediatek,portmap = <0x2f>; }; -&ehci { - status = "okay"; +&wmac { + ralink,mtd-eeprom = <&factory 0x0>; }; -&ohci { - status = "okay"; -}; +&factory { + compatible = "nvmem-cells"; + #address-cells = <1>; + #size-cells = <1>; -&wmac { - ralink,mtd-eeprom = <&factory 0>; + macaddr_factory_4: macaddr@4 { + reg = <0x4 0x6>; + }; };