]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: apq8064: Add wcnss wifi and bt nodes
authorBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 29 Feb 2016 19:40:52 +0000 (11:40 -0800)
committerNicolas Dechesne <nicolas.dechesne@linaro.org>
Tue, 21 Jun 2016 08:02:31 +0000 (11:02 +0300)
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm/boot/dts/qcom-apq8064.dtsi

index 78d38bd1c0b51e0bac4037d70b2adff4fd8f9c73..7edf4029b65444907e14b706d8d746ef3815ed09 100644 (file)
                        qcom,smd-edge = <6>;
 
                        status = "disabled";
+
+                       wcnss {
+                               compatible = "qcom,wcnss";
+                               qcom,smd-channels = "WCNSS_CTRL";
+
+                               bt {
+                                       compatible = "qcom,btqcomsmd";
+                               };
+
+                               wifi {
+                                       compatible = "qcom,wcn3660-wlan";
+
+                                       interrupts = <0 203 0>, <0 202 0>;
+                                       interrupt-names = "tx", "rx";
+
+                                       qcom,wcnss-mmio = <0x03000000 0x204000>;
+
+                                       qcom,state = <&apps_smsm 10>, <&apps_smsm 9>;
+                                       qcom,state-names = "tx-enable", "tx-rings-empty";
+
+                                       local-mac-address = [ 18 00 2d 88 9c a9 ];
+                               };
+                       };
                };
        };