xref: /freebsd-src/sys/contrib/device-tree/Bindings/soc/qcom/qcom,msm8976-ramp-controller.yaml (revision cb7aa33ac6cd46a5434798e50363136e64f3ae98)
1*cb7aa33aSEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2*cb7aa33aSEmmanuel Vadot%YAML 1.2
3*cb7aa33aSEmmanuel Vadot---
4*cb7aa33aSEmmanuel Vadot$id: http://devicetree.org/schemas/soc/qcom/qcom,msm8976-ramp-controller.yaml#
5*cb7aa33aSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6*cb7aa33aSEmmanuel Vadot
7*cb7aa33aSEmmanuel Vadottitle: Qualcomm Ramp Controller
8*cb7aa33aSEmmanuel Vadot
9*cb7aa33aSEmmanuel Vadotmaintainers:
10*cb7aa33aSEmmanuel Vadot  - AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
11*cb7aa33aSEmmanuel Vadot
12*cb7aa33aSEmmanuel Vadotdescription:
13*cb7aa33aSEmmanuel Vadot  The Ramp Controller is used to program the sequence ID for pulse
14*cb7aa33aSEmmanuel Vadot  swallowing, enable sequences and link Sequence IDs (SIDs) for the
15*cb7aa33aSEmmanuel Vadot  CPU cores on some Qualcomm SoCs.
16*cb7aa33aSEmmanuel Vadot
17*cb7aa33aSEmmanuel Vadotproperties:
18*cb7aa33aSEmmanuel Vadot  compatible:
19*cb7aa33aSEmmanuel Vadot    enum:
20*cb7aa33aSEmmanuel Vadot      - qcom,msm8976-ramp-controller
21*cb7aa33aSEmmanuel Vadot
22*cb7aa33aSEmmanuel Vadot  reg:
23*cb7aa33aSEmmanuel Vadot    maxItems: 1
24*cb7aa33aSEmmanuel Vadot
25*cb7aa33aSEmmanuel Vadotrequired:
26*cb7aa33aSEmmanuel Vadot  - compatible
27*cb7aa33aSEmmanuel Vadot  - reg
28*cb7aa33aSEmmanuel Vadot
29*cb7aa33aSEmmanuel VadotadditionalProperties: false
30*cb7aa33aSEmmanuel Vadot
31*cb7aa33aSEmmanuel Vadotexamples:
32*cb7aa33aSEmmanuel Vadot  - |
33*cb7aa33aSEmmanuel Vadot    cpu-power-controller@b014000 {
34*cb7aa33aSEmmanuel Vadot        compatible = "qcom,msm8976-ramp-controller";
35*cb7aa33aSEmmanuel Vadot        reg = <0x0b014000 0x68>;
36*cb7aa33aSEmmanuel Vadot    };
37