diff options
author | John Crispin <john@openwrt.org> | 2015-03-13 08:37:45 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-13 08:37:45 +0000 |
commit | 800da5a02e48b435f390ac9694bf65d078a279ba (patch) | |
tree | 7849f5d123d402ad251ffb668f2c1a5b8f7e77b8 /target/linux | |
parent | fce7d5cfc9d63a21db3530883046072358eab2b0 (diff) | |
download | upstream-800da5a02e48b435f390ac9694bf65d078a279ba.tar.gz upstream-800da5a02e48b435f390ac9694bf65d078a279ba.tar.bz2 upstream-800da5a02e48b435f390ac9694bf65d078a279ba.zip |
ralink: add wifi 5g dts info for cy-swr1100
Signed-off-by: michael lee <igvtee@gmail.com>
SVN-Revision: 44739
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/dts/CY-SWR1100.dts | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/CY-SWR1100.dts b/target/linux/ramips/dts/CY-SWR1100.dts index 2e0af387bd..adea081872 100644 --- a/target/linux/ramips/dts/CY-SWR1100.dts +++ b/target/linux/ramips/dts/CY-SWR1100.dts @@ -22,9 +22,9 @@ }; ethernet@10100000 { - mtd-mac-address = <&factory 0x66>; port@0 { ralink,fixed-link = <1000 1 1 1>; + phy-mode = "rgmii"; }; }; @@ -43,12 +43,19 @@ host-bridge { pci-bridge@1 { status = "okay"; + wmac@0,0 { + ralink,5ghz = <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,mtd-eeprom = <&factory 0>; }; |