Path: blob/master/Documentation/devicetree/bindings/crypto/ti,am62l-dthev2.yaml
29539 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/crypto/ti,am62l-dthev2.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: K3 SoC DTHE V2 crypto module78maintainers:9- T Pratham <t-pratham@ti.com>1011properties:12compatible:13enum:14- ti,am62l-dthev21516reg:17maxItems: 11819dmas:20items:21- description: AES Engine RX DMA Channel22- description: AES Engine TX DMA Channel23- description: SHA Engine TX DMA Channel2425dma-names:26items:27- const: rx28- const: tx129- const: tx23031required:32- compatible33- reg34- dmas35- dma-names3637additionalProperties: false3839examples:40- |41crypto@40800000 {42compatible = "ti,am62l-dthev2";43reg = <0x40800000 0x10000>;4445dmas = <&main_bcdma 0 0 0x4700 0>,46<&main_bcdma 0 0 0xc701 0>,47<&main_bcdma 0 0 0xc700 0>;48dma-names = "rx", "tx1", "tx2";49};505152