diff options
author | John Crispin <john@openwrt.org> | 2014-06-16 18:57:20 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-16 18:57:20 +0000 |
commit | dc5fe5f73f7cef3282fb6f529f4d91b8cf764706 (patch) | |
tree | f30fd1791e6056989790ae89ac2a4df4e4fdd574 /target/linux/ramips/dts/RTN56U.dts | |
parent | 28277caccb1590f63e392dc90ffe7a2a83658878 (diff) | |
download | upstream-dc5fe5f73f7cef3282fb6f529f4d91b8cf764706.tar.gz upstream-dc5fe5f73f7cef3282fb6f529f4d91b8cf764706.tar.bz2 upstream-dc5fe5f73f7cef3282fb6f529f4d91b8cf764706.zip |
ramips: RT-N56U support fixes and factory image creation
Signed-off-by: Mikko Hissa <mikko.hissa@werzek.com>
SVN-Revision: 41224
Diffstat (limited to 'target/linux/ramips/dts/RTN56U.dts')
-rw-r--r-- | target/linux/ramips/dts/RTN56U.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/RTN56U.dts b/target/linux/ramips/dts/RTN56U.dts index b962aa0d23..305e36e85b 100644 --- a/target/linux/ramips/dts/RTN56U.dts +++ b/target/linux/ramips/dts/RTN56U.dts @@ -43,12 +43,20 @@ host-bridge { pci-bridge@1 { status = "okay"; + wmac@0,0 { + compatible = "ralink,rt2880-pci", "pciclass060400", "pciclass0604"; + reg = < 0x10000 0 0 0 0 >; + ralink,eeprom = "rt2x00pci_1_0.eeprom"; + }; + }; }; }; wmac@10180000 { + status = "okay"; ralink,2ghz = <0>; + ralink,eeprom = "soc_wmac.eeprom"; }; ehci@101c0000 { |