1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/spmi/qcom,spmi-pmic-arb-common.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: Qualcomm Technologies, Inc. SPMI Controller (common) 8 9maintainers: 10 - David Collins <david.collins@oss.qualcomm.com> 11 12description: | 13 This defines some common properties used to define Qualcomm SPMI controllers 14 for PMIC arbiter. 15 16properties: 17 qcom,ee: 18 $ref: /schemas/types.yaml#/definitions/uint32 19 minimum: 0 20 maximum: 5 21 description: 22 indicates the active Execution Environment identifier 23 24 qcom,channel: 25 $ref: /schemas/types.yaml#/definitions/uint32 26 minimum: 0 27 maximum: 5 28 description: 29 which of the PMIC Arb provided channels to use for accesses 30 31required: 32 - qcom,ee 33 - qcom,channel 34 35additionalProperties: true 36