24 lines
641 B
Text
24 lines
641 B
Text
Qualcomm Technologies, Inc. Sensor Clock Controller Bindings
|
|
|
|
Required properties:
|
|
- compatible : shall contain only one of the following:
|
|
"qcom,sm8150-scc"
|
|
"qcom,sm8150-scc-v2"
|
|
"qcom,sa8155-scc"
|
|
"qcom,sa8155-scc-v2"
|
|
"qcom,sc8180x-scc"
|
|
|
|
- reg: shall contain base register location and length.
|
|
- vdd_scc_cx-supply: the logic rail supply.
|
|
- #clock-cells: shall contain 1.
|
|
|
|
Optional properties :
|
|
- #power-domain-cells : from generic power domain binding, shall contain 1
|
|
|
|
Example:
|
|
qcom,scc@2b10000 {
|
|
compatible = "qcom,scc-sm8150";
|
|
reg = <0x2b10000 0x30000>;
|
|
vdd_scc_cx-supply = <&VDD_CX_LEVEL>;
|
|
#clock-cells = <1>;
|
|
};
|