diff options
author | John Crispin <blogic@openwrt.org> | 2013-04-03 09:59:46 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-04-03 09:59:46 +0000 |
commit | 8c64c84a1e9bd71a65dafd490e850e5ea39ed48a (patch) | |
tree | cd54baa16a725d763611c7f6b79028232c28bad7 /target/linux/ramips/dts/W306R_V20.dts | |
parent | e97253bd467bfc6d7276d96153a8c491f7da18f4 (diff) | |
download | upstream-8c64c84a1e9bd71a65dafd490e850e5ea39ed48a.tar.gz upstream-8c64c84a1e9bd71a65dafd490e850e5ea39ed48a.tar.bz2 upstream-8c64c84a1e9bd71a65dafd490e850e5ea39ed48a.zip |
[ramips] add the dts files that describe the boards in future
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36168 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/dts/W306R_V20.dts')
-rw-r--r-- | target/linux/ramips/dts/W306R_V20.dts | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/W306R_V20.dts b/target/linux/ramips/dts/W306R_V20.dts new file mode 100644 index 0000000000..0e0749eafd --- /dev/null +++ b/target/linux/ramips/dts/W306R_V20.dts @@ -0,0 +1,77 @@ +/dts-v1/; + +/include/ "rt3050.dtsi" + +/ { + #address-cells = <1>; + #size-cells = <1>; + compatible = "W306R_V20", "ralink,rt3052-soc"; + model = "Tenda W306R V2.0"; + + memorydetect { + ralink,memory = <0x0 0x200000 0x4000000>; + }; + + chosen { + bootargs = "console=ttyS0,57600 mtdparts=1f000000.cfi:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,3776k@0x50000(firmware)"; + }; + + cfi@1f000000 { + compatible = "cfi-flash"; + reg = <0x1f000000 0x800000>; + + bank-width = <2>; + device-width = <2>; + #address-cells = <1>; + #size-cells = <1>; + }; + + palmbus@10000000 { + sysc@0 { + ralink,pinmmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; + ralink,uartmux = "gpio"; + ralink,wdtmux = <1>; + }; + + gpio0: gpio@600 { + status = "okay"; + }; + }; + + ethernet@10100000 { + status = "okay"; + }; + + esw@10110000 { + status = "okay"; + ralink,portmap = <0x3e>; + }; + + gpio-leds { + compatible = "gpio-leds"; + sys { + label = "w306r-v20:green:sys"; + gpios = <&gpio0 9 1>; + }; + wps { + label = "w306r-v20:green:wps"; + gpios = <&gpio0 13 1>; + }; + }; + + gpio-keys-polled { + compatible = "gpio-keys-polled"; + #address-cells = <1>; + #size-cells = <0>; + poll-interval = <20>; + reset { + label = "RESET/WPS"; + gpios = <&gpio0 10 1>; + linux,code = <0x198>; + }; + }; + + wmac@10180000 { + status = "okay"; + }; +}; |