Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 050116a0 authored by Petar Sivenov's avatar Petar Sivenov
Browse files

ARM: dts: qca402x: adds dts entry for qca402



Add device entry for qca402x Host Target communication device for high
level data transfer via QCA402x Quartz Wifi SoC.

Change-Id: I9f62c3fdff7907287b6fa74b8934375f58c65fd9
Signed-off-by: default avatarPetar Sivenov <psiven@codeaurora.org>
parent fc04d93a
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
* Qualcomm Technologies, Inc. MSM QCA402x

Required properties for parent node:
- compatible :
    - "qcom,qca402"

Optional properties
- endpoints : Number of endpoints used for communication with the QCA402x
               device
Example:
qcom,qca402x {
	compatible = "qcom,qca402";
	endpoints = <1>;
};
+5 −0
Original line number Diff line number Diff line
@@ -123,6 +123,11 @@
	qcom,rmnet-ipa {
		status = "disabled";
	};

	qcom,qca402x {
		compatible = "qcom,qca402";
		endpoints = <1>;
	};
};

&firmware {