Lines Matching full:qcom
5 * "qcom,ath10k"
6 * "qcom,ipq4019-wifi"
7 * "qcom,wcn3990-wifi"
9 PCI based devices uses compatible string "qcom,ath10k" and takes calibration
10 data along with board specific data via "qcom,ath10k-calibration-data".
13 AHB based devices (i.e. ipq4019) uses compatible string "qcom,ipq4019-wifi"
15 "qcom,ath10k-calibration-data"). It uses "qcom,ath10k-pre-calibration-data"
18 In general, entry "qcom,ath10k-pre-calibration-data" and
19 "qcom,ath10k-calibration-data" conflict with each other and only one
22 SNOC based devices (i.e. wcn3990) uses compatible string "qcom,wcn3990-wifi".
27 - interrupts: reference to the list of 17 interrupt numbers for "qcom,ipq4019-wifi"
29 reference to the list of 12 interrupt numbers for "qcom,wcn3990-wifi"
32 "qcom,ath10k", "qcom,ipq4019-wifi" compatible targets.
36 name ("legacy") for "qcom,ath10k", "qcom,ipq4019-wifi"
52 "wifi_wcss_rtc" for "qcom,ipq4019-wifi" compatible target and
53 "cxo_ref_clk_pin" and optionally "qdss" for "qcom,wcn3990-wifi"
55 - qcom,msi_addr: MSI interrupt address.
56 - qcom,msi_base: Base value to add before writing MSI data into
58 - qcom,ath10k-calibration-variant: string to search for in the board-2.bin
61 - qcom,ath10k-calibration-data : calibration data + board specific data
64 - qcom,ath10k-pre-calibration-data : pre calibration data as an array,
85 - qcom,snoc-host-cap-8bit-quirk:
90 - qcom,xo-cal-data: xo cal offset to be configured in xo trim register.
92 - qcom,msa-fixed-perm: Boolean context flag to disable SCM call for statically
95 - qcom,coexist-support : should contain eithr "0" or "1" to indicate coex
97 - qcom,coexist-gpio-pin : gpio pin number information to support coex
125 qcom,ath10k-calibration-data = [ 01 02 03 ... ];
134 compatible = "qcom,ipq4019-wifi";
176 qcom,msi_addr = <0x0b006040>;
177 qcom,msi_base = <0x40>;
178 qcom,ath10k-pre-calibration-data = [ 01 02 03 ... ];
179 qcom,coexist-support = <1>;
180 qcom,coexist-gpio-pin = <0x33>;
186 compatible = "qcom,wcn3990-wifi";
211 qcom,msa-fixed-perm;