Path: blob/master/Documentation/devicetree/bindings/crypto/ti,omap-sham.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/ti,omap-sham.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: OMAP SoC SHA crypto Module78maintainers:9- Animesh Agarwal <animeshagarwal28@gmail.com>1011properties:12compatible:13enum:14- ti,omap2-sham15- ti,omap4-sham16- ti,omap5-sham1718reg:19maxItems: 12021interrupts:22maxItems: 12324dmas:25maxItems: 12627dma-names:28const: rx2930ti,hwmods:31description: Name of the hwmod associated with the SHAM module32$ref: /schemas/types.yaml#/definitions/string33enum: [sham]3435dependencies:36dmas: [dma-names]3738additionalProperties: false3940required:41- compatible42- ti,hwmods43- reg44- interrupts4546examples:47- |48sham@53100000 {49compatible = "ti,omap4-sham";50ti,hwmods = "sham";51reg = <0x53100000 0x200>;52interrupts = <109>;53dmas = <&edma 36>;54dma-names = "rx";55};565758