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