Lines Matching +full:msm8996 +full:- +full:cci
1 Qualcomm Camera Control Interface (CCI) I2C controller
5 - compatible:
9 "qcom,msm8916-cci"
10 "qcom,msm8996-cci"
11 "qcom,sdm845-cci"
12 "qcom,sm8250-cci"
13 "qcom,sm8450-cci"
15 - reg
17 Value type: <prop-encoded-array>
18 Definition: base address CCI I2C controller and length of memory
21 - interrupts:
23 Value type: <prop-encoded-array>
24 Definition: specifies the CCI I2C interrupt. The format of the
28 - clocks:
30 Value type: <prop-encoded-array>
32 entries in clock-names.
34 - clock-names
37 Definition: a list of clock names, must include "cci" clock.
39 - power-domains
40 Usage: required for "qcom,msm8996-cci"
41 Value type: <prop-encoded-array>
46 The CCI provides I2C masters for one (msm8916) or two i2c busses (msm8996,
47 sdm845, sm8250 and sm8450), described as subdevices named "i2c-bus@0" and
48 "i2c-bus@1".
52 - reg:
55 Definition: Index of the CCI bus/master
57 - clock-frequency:
65 cci@a0c000 {
66 compatible = "qcom,msm8996-cci";
67 #address-cells = <1>;
68 #size-cells = <0>;
76 clock-names = "mmss_mmagic_ahb",
79 "cci",
82 i2c-bus@0 {
84 clock-frequency = <400000>;
85 #address-cells = <1>;
86 #size-cells = <0>;
89 i2c-bus@1 {
91 clock-frequency = <400000>;
92 #address-cells = <1>;
93 #size-cells = <0>;