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

Commit 8156266d authored by Amir Samuelov's avatar Amir Samuelov Committed by Gerrit - the friendly Code Review server
Browse files

dt-binding: soc: qcom: add secure processor communication binding



Add secure processor communication (spcom) driver device tree binding.

Change-Id: I95510eaa6e32f4b00e742ffe75815684ebce9913
Signed-off-by: default avatarAmir Samuelov <amirs@codeaurora.org>
parent fab1a14a
Loading
Loading
Loading
Loading
+11 −0
Original line number Original line Diff line number Diff line
Qualcomm Technologies, Inc. Secure Proccessor Communication (spcom)

Required properties:
-compatible : should be "qcom,spcom"
-qcom,spcom-ch-names: predefined channels name string

Example:
    qcom,spcom {
            compatible = "qcom,spcom";
            qcom,spcom-ch-names = "sp_kernel" , "sp_ssr";
    };