44 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)2# Copyright 2024 NXP3%YAML 1.24---5$id: http://devicetree.org/schemas/firmware/nxp,imx95-scmi.yaml#6$schema: http://devicetree.org/meta-schemas/core.yaml#7 8title: i.MX95 System Control and Management Interface(SCMI) Vendor Protocols Extension9 10maintainers:11 - Peng Fan <peng.fan@nxp.com>12 13properties:14 protocol@81:15 $ref: '/schemas/firmware/arm,scmi.yaml#/$defs/protocol-node'16 unevaluatedProperties: false17 18 properties:19 reg:20 const: 0x8121 22 protocol@84:23 $ref: '/schemas/firmware/arm,scmi.yaml#/$defs/protocol-node'24 unevaluatedProperties: false25 26 properties:27 reg:28 const: 0x8429 30 nxp,ctrl-ids:31 description:32 Each entry consists of 2 integers, represents the ctrl id and the value33 items:34 items:35 - description: the ctrl id index36 enum: [0, 1, 2, 3, 4, 5, 6, 7, 0x8000, 0x8001, 0x8002, 0x8003,37 0x8004, 0x8005, 0x8006, 0x8007]38 - description: the value assigned to the ctrl id39 minItems: 140 maxItems: 1641 $ref: /schemas/types.yaml#/definitions/uint32-matrix42 43additionalProperties: true44