X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fdts%2FRT-N13U.dts;h=14cff67855a9edff97d66ce085c3107d3d770ead;hb=9195d8da355d0d141ac02c9a5269452dc64ffd2d;hp=162a5c85d92f5990dcf5c87e9a455c77afa952be;hpb=bc7b3109590eeb3182f9d50bf358370f4b7828c1;p=openwrt%2Fopenwrt.git diff --git a/target/linux/ramips/dts/RT-N13U.dts b/target/linux/ramips/dts/RT-N13U.dts index 162a5c85d9..14cff67855 100644 --- a/target/linux/ramips/dts/RT-N13U.dts +++ b/target/linux/ramips/dts/RT-N13U.dts @@ -1,27 +1,14 @@ /dts-v1/; -/include/ "rt3050.dtsi" +#include "rt3050.dtsi" / { compatible = "RT-N13U", "ralink,rt3052-soc"; model = "Asus RT-N13U"; - palmbus@10000000 { - sysc@0 { - ralink,pinmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; - ralink,uartmux = "gpio"; - ralink,wdtmux = <1>; - }; - - gpio0: gpio@600 { - status = "okay"; - }; - }; - cfi@1f000000 { compatible = "cfi-flash"; reg = <0x1f000000 0x800000>; - bank-width = <2>; device-width = <2>; #address-cells = <1>; @@ -53,12 +40,14 @@ gpio-leds { compatible = "gpio-leds"; + power { - label = "rt-n13u:power"; + label = "rt-n13u:blue:power"; gpios = <&gpio0 7 1>; }; + wifi { - label = "rt-n13u:wifi"; + label = "rt-n13u:blue:wifi"; gpios = <&gpio0 8 1>; }; }; @@ -68,32 +57,42 @@ #address-cells = <1>; #size-cells = <0>; poll-interval = <10>; + reset { label = "reset"; gpios = <&gpio0 10 1>; linux,code = <0x198>; }; + wps { label = "wps"; gpios = <&gpio0 0 1>; linux,code = <0x211>; }; }; +}; - ethernet@10100000 { - status = "okay"; +&pinctrl { + state_default: pinctrl0 { + gpio { + ralink,group = "spi", "i2c", "jtag", "rgmii", "mdio", "uartf"; + ralink,function = "gpio"; + }; }; +}; - esw@10110000 { - status = "okay"; - ralink,portmap = <0x2f>; - }; +ðernet { + mtd-mac-address = <&factory 0x28>; +}; - wmac@10180000 { - status = "okay"; - }; +&esw { + mediatek,portmap = <0x2f>; +}; - otg@101c0000 { - status = "okay"; - }; +&wmac { + ralink,mtd-eeprom = <&factory 0>; +}; + +&otg { + status = "okay"; };