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