blob: c6bd14ec5aa0fc28533c3cf98f764eeee4b62400 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/mfd/qcom,tcsr.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Qualcomm Top Control and Status Register
8
9maintainers:
10 - Bjorn Andersson <bjorn.andersson@linaro.org>
11
12description:
13 Qualcomm devices have a set of registers that provide various control and
14 status functions for their peripherals.
15
16properties:
17 compatible:
18 items:
19 - enum:
20 - qcom,msm8976-tcsr
21 - qcom,msm8998-tcsr
Tom Rini6bb92fc2024-05-20 09:54:58 -060022 - qcom,qcm2290-tcsr
Tom Rini53633a82024-02-29 12:33:36 -050023 - qcom,qcs404-tcsr
24 - qcom,sc7180-tcsr
25 - qcom,sc7280-tcsr
26 - qcom,sc8280xp-tcsr
27 - qcom,sdm630-tcsr
28 - qcom,sdm845-tcsr
29 - qcom,sdx55-tcsr
30 - qcom,sdx65-tcsr
Tom Rini762f85b2024-07-20 11:15:10 -060031 - qcom,sdx75-tcsr
Tom Rini53633a82024-02-29 12:33:36 -050032 - qcom,sm4450-tcsr
Tom Rini6bb92fc2024-05-20 09:54:58 -060033 - qcom,sm6115-tcsr
Tom Rini53633a82024-02-29 12:33:36 -050034 - qcom,sm8150-tcsr
Tom Rini93743d22024-04-01 09:08:13 -040035 - qcom,sm8250-tcsr
36 - qcom,sm8350-tcsr
Tom Rini53633a82024-02-29 12:33:36 -050037 - qcom,sm8450-tcsr
38 - qcom,tcsr-apq8064
39 - qcom,tcsr-apq8084
40 - qcom,tcsr-ipq5332
41 - qcom,tcsr-ipq6018
42 - qcom,tcsr-ipq8064
43 - qcom,tcsr-ipq8074
44 - qcom,tcsr-ipq9574
45 - qcom,tcsr-mdm9615
46 - qcom,tcsr-msm8226
47 - qcom,tcsr-msm8660
48 - qcom,tcsr-msm8916
49 - qcom,tcsr-msm8953
50 - qcom,tcsr-msm8960
51 - qcom,tcsr-msm8974
52 - qcom,tcsr-msm8996
53 - const: syscon
54
55 reg:
56 maxItems: 1
57
58required:
59 - compatible
60 - reg
61
62additionalProperties: false
63
64examples:
65 - |
66 syscon@1a400000 {
67 compatible = "qcom,tcsr-msm8960", "syscon";
68 reg = <0x1a400000 0x100>;
69 };