|
|
@@ -197,10 +197,36 @@
|
|
|
|
|
|
&pcie0 {
|
|
|
status = "okay";
|
|
|
+
|
|
|
+ bridge@0,0 {
|
|
|
+ reg = <0x00000000 0 0 0 0>;
|
|
|
+ #address-cells = <3>;
|
|
|
+ #size-cells = <2>;
|
|
|
+ ranges;
|
|
|
+
|
|
|
+ wifi5g: wifi@1,0 {
|
|
|
+ reg = <0x00010000 0 0 0 0>;
|
|
|
+ compatible = "qcom,ath10k";
|
|
|
+ qcom,ath10k-calibration-variant = "ASRock-G10";
|
|
|
+ };
|
|
|
+ };
|
|
|
};
|
|
|
|
|
|
&pcie1 {
|
|
|
status = "okay";
|
|
|
+
|
|
|
+ bridge@0,0 {
|
|
|
+ reg = <0x00000000 0 0 0 0>;
|
|
|
+ #address-cells = <3>;
|
|
|
+ #size-cells = <2>;
|
|
|
+ ranges;
|
|
|
+
|
|
|
+ wifi2g: wifi@1,0 {
|
|
|
+ reg = <0x00010000 0 0 0 0>;
|
|
|
+ compatible = "qcom,ath10k";
|
|
|
+ qcom,ath10k-calibration-variant = "ASRock-G10";
|
|
|
+ };
|
|
|
+ };
|
|
|
};
|
|
|
|
|
|
&qcom_pinmux {
|