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