ath79: add pcie1 wifi device to Senao qca955x AP DTSI

Each individual device DTS now enables either pcie0 or pcie1.

Signed-off-by: Michael Pratt <mcpratt@pm.me>
This commit is contained in:
Michael Pratt 2023-01-25 13:02:56 -05:00 committed by Hauke Mehrtens
parent 364a9be338
commit 290a6527be
8 changed files with 38 additions and 5 deletions

View File

@ -94,6 +94,10 @@
mac-address-increment = <1>;
};
&pcie0 {
status = "okay";
};
&art {
compatible = "nvmem-cells";
#address-cells = <1>;

View File

@ -110,10 +110,14 @@
mac-address-increment = <1>;
};
&ath10k {
&ath10k_0 {
status = "okay";
nvmem-cells = <&macaddr_art_0>, <&calibration_art_5000>;
nvmem-cell-names = "mac-address", "calibration";
mac-address-increment = <2>;
};
&pcie0 {
status = "okay";
};

View File

@ -111,6 +111,10 @@
qca955x-sgmii-fixup;
};
&pcie0 {
status = "okay";
};
&art {
compatible = "nvmem-cells";
#address-cells = <1>;

View File

@ -95,6 +95,10 @@
mac-address-increment = <1>;
};
&pcie0 {
status = "okay";
};
&art {
compatible = "nvmem-cells";
#address-cells = <1>;

View File

@ -93,6 +93,10 @@
mac-address-increment = <1>;
};
&pcie0 {
status = "okay";
};
&art {
compatible = "nvmem-cells";
#address-cells = <1>;

View File

@ -110,10 +110,14 @@
mac-address-increment = <1>;
};
&ath10k {
&ath10k_0 {
status = "okay";
nvmem-cells = <&macaddr_art_0>, <&calibration_art_5000>;
nvmem-cell-names = "mac-address", "calibration";
mac-address-increment = <2>;
};
&pcie0 {
status = "okay";
};

View File

@ -121,6 +121,10 @@
mac-address-increment = <1>;
};
&pcie0 {
status = "okay";
};
&art {
compatible = "nvmem-cells";
#address-cells = <1>;

View File

@ -26,14 +26,19 @@
};
&pcie0 {
status = "okay";
ath10k: wifi@0,0,0 {
ath10k_0: wifi@0,0,0 {
compatible = "qcom,ath10k";
reg = <0x0 0 0 0 0>;
};
};
&pcie1 {
ath10k_1: wifi@0,1,0 {
compatible = "qcom,ath10k";
reg = <0x0 1 0 0 0>;
};
};
&spi {
status = "okay";