Skip to content
Snippets Groups Projects
Commit 800da5a0 authored by John Crispin's avatar John Crispin
Browse files

ralink: add wifi 5g dts info for cy-swr1100


Signed-off-by: default avatarmichael lee <igvtee@gmail.com>

SVN-Revision: 44739
parent fce7d5cf
No related branches found
No related tags found
No related merge requests found
...@@ -22,9 +22,9 @@ ...@@ -22,9 +22,9 @@
}; };
ethernet@10100000 { ethernet@10100000 {
mtd-mac-address = <&factory 0x66>;
port@0 { port@0 {
ralink,fixed-link = <1000 1 1 1>; ralink,fixed-link = <1000 1 1 1>;
phy-mode = "rgmii";
}; };
}; };
...@@ -43,12 +43,19 @@ ...@@ -43,12 +43,19 @@
host-bridge { host-bridge {
pci-bridge@1 { pci-bridge@1 {
status = "okay"; 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 { wmac@10180000 {
status = "okay"; status = "okay";
ralink,2ghz = <0>;
ralink,mtd-eeprom = <&factory 0>; ralink,mtd-eeprom = <&factory 0>;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment