X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fdts%2FMZK-W300NH2.dts;h=790092e1aafaf1db5f555eba5a80d2727921d0f2;hb=46588b1eadaf25cf47c9b53016857aa4b14935dd;hp=cbde323204dfeec50f25c2d1860c220daf11ce30;hpb=b945e78bc3eb53374715a44c0c4b49826d0a8c71;p=openwrt.git diff --git a/target/linux/ramips/dts/MZK-W300NH2.dts b/target/linux/ramips/dts/MZK-W300NH2.dts index cbde323204..790092e1aa 100644 --- a/target/linux/ramips/dts/MZK-W300NH2.dts +++ b/target/linux/ramips/dts/MZK-W300NH2.dts @@ -6,20 +6,12 @@ compatible = "MZK-W300NH2", "ralink,rt3052-soc"; model = "Planex MZK-W300NH2"; - memorydetect { - ralink,memory = <0x0 0x200000 0x4000000>; - }; - - palmbus@10000000 { - sysc@0 { - ralink,pinmux = "uartlite", "mdio", "sdram", "rgmii"; - ralink,gpiomux = "i2c", "spi", "jtag"; - ralink,uartmux = "gpio"; - ralink,wdtmux = <1>; - }; - - gpio0: gpio@600 { - status = "okay"; + pinctrl { + state_default: pinctrl0 { + gpio { + ralink,group = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf"; + ralink,function = "gpio"; + }; }; }; @@ -63,14 +55,17 @@ }; ethernet@10100000 { - status = "okay"; + mtd-mac-address = <&factory 0x4>; }; esw@10110000 { - status = "okay"; ralink,portmap = <0x2f>; }; + wmac@10180000 { + ralink,mtd-eeprom = <&factory 0>; + }; + gpio-leds { compatible = "gpio-leds"; power { @@ -108,8 +103,4 @@ linux,code = <0x100>; }; }; - - wmac@10180000 { - status = "okay"; - }; };