| OMAP SoC DES crypto Module |
| - compatible : Should contain "ti,omap4-des" |
| - ti,hwmods: Name of the hwmod associated with the DES module |
| - reg : Offset and length of the register set for the module |
| - interrupts : the interrupt-specifier for the DES module |
| - clocks : A phandle to the functional clock node of the DES module |
| corresponding to each entry in clock-names |
| - clock-names : Name of the functional clock, should be "fck" |
| - dmas: DMA specifiers for tx and rx dma. See the DMA client binding, |
| Documentation/devicetree/bindings/dma/dma.txt |
| Each entry corresponds to an entry in dma-names |
| - dma-names: DMA request names should include "tx" and "rx" if present |
| compatible = "ti,omap4-des"; |
| interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>; |
| dmas = <&sdma 117>, <&sdma 116>; |