From: Rosen Penev Date: Tue, 31 Mar 2026 03:20:13 +0000 (-0700) Subject: ath79: define wifi for pci168c,0027 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9b66d3395f119fc0def81ec85cbf981d65cb78d;p=thirdparty%2Fopenwrt.git ath79: define wifi for pci168c,0027 Document pci168c,0027 for ath79. Will allow potential nvmem updates in the future. Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/22719 Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/ath79/dts/ar7161_adtran_bsap1880.dtsi b/target/linux/ath79/dts/ar7161_adtran_bsap1880.dtsi index fae95afed64..6cc20afaf6d 100644 --- a/target/linux/ath79/dts/ar7161_adtran_bsap1880.dtsi +++ b/target/linux/ath79/dts/ar7161_adtran_bsap1880.dtsi @@ -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 { diff --git a/target/linux/ath79/dts/ar7161_siemens_ws-ap3610.dts b/target/linux/ath79/dts/ar7161_siemens_ws-ap3610.dts index a8ee7df0da3..27ac6c977b1 100644 --- a/target/linux/ath79/dts/ar7161_siemens_ws-ap3610.dts +++ b/target/linux/ath79/dts/ar7161_siemens_ws-ap3610.dts @@ -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 {