aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-13 08:37:45 +0000
committerJohn Crispin <blogic@openwrt.org>2015-03-13 08:37:45 +0000
commitfe1279d7bf161070c6efdbcd5945380baa55dc3e (patch)
treebe29e97bc490eb0528b3bc29bab765f938a19f50 /target/linux
parent79b24d030883eaba43925495c49beffef89d6929 (diff)
downloadmaster-187ad058-fe1279d7bf161070c6efdbcd5945380baa55dc3e.tar.gz
master-187ad058-fe1279d7bf161070c6efdbcd5945380baa55dc3e.tar.bz2
master-187ad058-fe1279d7bf161070c6efdbcd5945380baa55dc3e.zip
ralink: add wifi 5g dts info for cy-swr1100
Signed-off-by: michael lee <igvtee@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44739 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/ramips/dts/CY-SWR1100.dts9
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>;
};