Based on kernel version 6.13
. Page generated on 2025-01-21 08:20 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 36 37 38 39 40 41 42 43 | # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) # Copyright 2024 NXP %YAML 1.2 --- $id: http://devicetree.org/schemas/firmware/nxp,imx95-scmi.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: i.MX95 System Control and Management Interface(SCMI) Vendor Protocols Extension maintainers: - Peng Fan <peng.fan@nxp.com> properties: protocol@81: $ref: '/schemas/firmware/arm,scmi.yaml#/$defs/protocol-node' unevaluatedProperties: false properties: reg: const: 0x81 protocol@84: $ref: '/schemas/firmware/arm,scmi.yaml#/$defs/protocol-node' unevaluatedProperties: false properties: reg: const: 0x84 nxp,ctrl-ids: description: Each entry consists of 2 integers, represents the ctrl id and the value items: items: - description: the ctrl id index enum: [0, 1, 2, 3, 4, 5, 6, 7, 0x8000, 0x8001, 0x8002, 0x8003, 0x8004, 0x8005, 0x8006, 0x8007] - description: the value assigned to the ctrl id minItems: 1 maxItems: 16 $ref: /schemas/types.yaml#/definitions/uint32-matrix additionalProperties: true |