1 QCOM Secure Channel Manager (SCM)
3 Qualcomm processors include an interface to communicate to the secure firmware.
4 This interface allows for clients to request different types of actions. These
5 can include CPU power up/down, HDCP requests, loading of firmware, and other
9 - compatible: must contain one of the following:
27 - clocks: Specifies clocks needed by the SCM interface, if any:
28 * core clock required for "qcom,scm-apq8064", "qcom,scm-msm8660" and
30 * core, iface and bus clocks required for "qcom,scm-apq8084",
31 "qcom,scm-msm8916" and "qcom,scm-msm8974"
32 - clock-names: Must contain "core" for the core clock, "iface" for the interface
33 clock and "bus" for the bus clock per the requirements of the compatible.
34 - qcom,dload-mode: phandle to the TCSR hardware block and offset of the
35 download mode control register (optional)
41 compatible = "qcom,msm8916", "qcom,scm";
42 clocks = <&gcc GCC_CRYPTO_CLK> ,
43 <&gcc GCC_CRYPTO_AXI_CLK>,
44 <&gcc GCC_CRYPTO_AHB_CLK>;
45 clock-names = "core", "bus", "iface";