Path: blob/master/Documentation/devicetree/bindings/crypto/fsl-imx-scc.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-imx-scc.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Freescale Security Controller (SCC)78maintainers:9- Steffen Trumtrar <s.trumtrar@pengutronix.de>1011properties:12compatible:13const: fsl,imx25-scc1415reg:16maxItems: 11718interrupts:19items:20- description: SCC SCM interrupt21- description: SCC SMN interrupt2223interrupt-names:24items:25- const: scm26- const: smn2728clocks:29maxItems: 13031clock-names:32const: ipg3334required:35- compatible36- reg37- interrupts38- interrupt-names39- clocks40- clock-names4142additionalProperties: false4344examples:45- |46crypto@53fac000 {47compatible = "fsl,imx25-scc";48reg = <0x53fac000 0x4000>;49clocks = <&clks 111>;50clock-names = "ipg";51interrupts = <49>, <50>;52interrupt-names = "scm", "smn";53};545556