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:
Rosen Penev 2026-03-30 20:20:13 -07:00 committed by Hauke Mehrtens
parent 56163029fe
commit b9b66d3395
2 changed files with 20 additions and 0 deletions

View File

@ -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 {

View File

@ -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 {