mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-05-04 09:31:26 +02:00
ath79: define wifi for pci168c,0027
Document pci168c,0027 for ath79. Will allow potential nvmem updates in the future. Signed-off-by: Rosen Penev <rosenp@gmail.com> Link: https://github.com/openwrt/openwrt/pull/22719 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
56163029fe
commit
b9b66d3395
@ -75,6 +75,16 @@
|
||||
|
||||
&pcie0 {
|
||||
status = "okay";
|
||||
|
||||
wifi@11,0 { /* 2.4 GHz */
|
||||
compatible = "pci168c,0027";
|
||||
reg = <0x8800 0 0 0 0>;
|
||||
};
|
||||
|
||||
wifi@12,0 { /* 5 GHz */
|
||||
compatible = "pci168c,0027";
|
||||
reg = <0x9000 0 0 0 0>;
|
||||
};
|
||||
};
|
||||
|
||||
&spi {
|
||||
|
||||
@ -69,6 +69,16 @@
|
||||
|
||||
&pcie0 {
|
||||
status = "okay";
|
||||
|
||||
wifi@11,0 { /* 2.4 GHz */
|
||||
compatible = "pci168c,0027";
|
||||
reg = <0x8800 0 0 0 0>;
|
||||
};
|
||||
|
||||
wifi@12,0 { /* 5 GHz */
|
||||
compatible = "pci168c,0027";
|
||||
reg = <0x9000 0 0 0 0>;
|
||||
};
|
||||
};
|
||||
|
||||
&mdio0 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user