mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
ramips: register mt76 device tree info for WSR-1166DHP
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44010
This commit is contained in:
parent
070f67aa9b
commit
590e0d7f81
@ -156,4 +156,26 @@
|
|||||||
compatible = "gpio-poweroff";
|
compatible = "gpio-poweroff";
|
||||||
gpios = <&gpio0 0 1>;
|
gpios = <&gpio0 0 1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pcie@1e140000 {
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
pcie0 {
|
||||||
|
mt76@0,0 {
|
||||||
|
reg = <0x0000 0 0 0 0>;
|
||||||
|
device_type = "pci";
|
||||||
|
mediatek,mtd-eeprom = <&factory 0x8000>;
|
||||||
|
mediatek,2ghz = <0>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
pcie1 {
|
||||||
|
mt76@1,0 {
|
||||||
|
reg = <0x0000 0 0 0 0>;
|
||||||
|
device_type = "pci";
|
||||||
|
mediatek,mtd-eeprom = <&factory 0x0000>;
|
||||||
|
mediatek,5ghz = <0>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user