* Qualcomm Technologies Inc Q6 Integrated connectivity Platform Driver This platform driver adds support for the Integrated WLAN that runs on Q6 based platforms. WLAN FW on these architecture runs on Q6. This platform driver communicates with WLAN FW over QMI, WLAN on/off messages to FW are communicated thru this interface. This driver also listens to WLAN PD restart notifications. Required properties: - compatible: "qcom,icnss" - reg: Memory regions defined as starting address and size - reg-names: Names of the memory regions defined in reg entry - interrupts: Copy engine interrupt table Optional properties: Example: qcom,icnss@0a000000 { compatible = "qcom,icnss"; reg = <0x0a000000 0x1000000>; reg-names = "membase"; interrupts = <0 130 0 /* CE0 */ >, <0 131 0 /* CE1 */ >, <0 132 0 /* CE2 */ >, <0 133 0 /* CE3 */ >, <0 134 0 /* CE4 */ >, <0 135 0 /* CE5 */ >, <0 136 0 /* CE6 */ >, <0 137 0 /* CE7 */ >, <0 138 0 /* CE8 */ >, <0 139 0 /* CE9 */ >, <0 140 0 /* CE10 */ >, <0 141 0 /* CE11 */ >; };