brintos

brintos / linux-shallow public Read only

0
0
Text · 927 B · 76a286e Raw
48 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/input/qcom,pm8xxx-vib.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Qualcomm PM8xxx PMIC Vibrator8 9maintainers:10  - Bjorn Andersson <andersson@kernel.org>11 12properties:13  compatible:14    oneOf:15      - enum:16          - qcom,pm8058-vib17          - qcom,pm8916-vib18          - qcom,pm8921-vib19          - qcom,pmi632-vib20      - items:21          - enum:22              - qcom,pm6150-vib23              - qcom,pm7250b-vib24              - qcom,pm7325b-vib25              - qcom,pm7550ba-vib26          - const: qcom,pmi632-vib27 28  reg:29    maxItems: 130 31required:32  - compatible33  - reg34 35additionalProperties: false36 37examples:38  - |39    pmic {40        #address-cells = <1>;41        #size-cells = <0>;42 43        vibrator@4a {44            compatible = "qcom,pm8058-vib";45            reg = <0x4a>;46        };47    };48