]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ath79: define wifi for pci168c,0027 22719/head
authorRosen Penev <rosenp@gmail.com>
Tue, 31 Mar 2026 03:20:13 +0000 (20:20 -0700)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 12 Apr 2026 23:14:12 +0000 (01:14 +0200)
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>
target/linux/ath79/dts/ar7161_adtran_bsap1880.dtsi
target/linux/ath79/dts/ar7161_siemens_ws-ap3610.dts

index fae95afed64c3f87ba90eff408dd0a3be812a68b..6cc20afaf6deb0a5c2e772f07a935a0012ac2821 100644 (file)
 
 &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 {
index a8ee7df0da3e9e7f57fa97a3e7cd3cf2928b261c..27ac6c977b15b2e849047f86215fc57146986911 100644 (file)
 
 &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 {