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>; mac-address-increment = <1>;
}; };
&pcie0 {
status = "okay";
};
&art { &art {
compatible = "nvmem-cells"; compatible = "nvmem-cells";
#address-cells = <1>; #address-cells = <1>;

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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