X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fdts%2FMZK-W300NH2.dts;h=790092e1aafaf1db5f555eba5a80d2727921d0f2;hb=69d79ea951f3f0fa56fecad0fbb04d2c65e7a802;hp=29032b450f99ead98aab886936fc74791e12fafb;hpb=bc7b3109590eeb3182f9d50bf358370f4b7828c1;p=oweals%2Fopenwrt.git diff --git a/target/linux/ramips/dts/MZK-W300NH2.dts b/target/linux/ramips/dts/MZK-W300NH2.dts index 29032b450f..790092e1aa 100644 --- a/target/linux/ramips/dts/MZK-W300NH2.dts +++ b/target/linux/ramips/dts/MZK-W300NH2.dts @@ -6,16 +6,12 @@ compatible = "MZK-W300NH2", "ralink,rt3052-soc"; model = "Planex MZK-W300NH2"; - 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"; + }; }; }; @@ -59,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 { @@ -104,8 +103,4 @@ linux,code = <0x100>; }; }; - - wmac@10180000 { - status = "okay"; - }; };