Path: blob/master/Documentation/devicetree/bindings/crypto/fsl-dcp.yaml
26308 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/crypto/fsl-dcp.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Freescale DCP (Data Co-Processor) found on i.MX23/i.MX2878maintainers:9- Marek Vasut <marex@denx.de>1011properties:12compatible:13oneOf:14- enum:15- fsl,imx23-dcp16- fsl,imx28-dcp17- items:18- enum:19- fsl,imx6sl-dcp20- fsl,imx6ull-dcp21- const: fsl,imx28-dcp2223reg:24maxItems: 12526interrupts:27description: Should contain MXS DCP interrupt numbers, VMI IRQ and DCP IRQ28must be supplied, optionally Secure IRQ can be present, but is currently29not implemented and not used.30items:31- description: MXS DCP VMI interrupt32- description: MXS DCP DCP interrupt33- description: MXS DCP secure interrupt34minItems: 23536clocks:37maxItems: 13839clock-names:40const: dcp4142required:43- compatible44- reg45- interrupts4647additionalProperties: false4849examples:50- |51crypto@80028000 {52compatible = "fsl,imx23-dcp";53reg = <0x80028000 0x2000>;54interrupts = <53>, <54>;55};565758