| Marvell Cryptographic Engines And Security Accelerator |
| - compatible: should be one of the following string |
| "marvell,kirkwood-crypto" |
| - reg: base physical address of the engine and length of memory mapped |
| region. Can also contain an entry for the SRAM attached to the CESA, |
| but this representation is deprecated and marvell,crypto-srams should |
| - reg-names: "regs". Can contain an "sram" entry, but this representation |
| is deprecated and marvell,crypto-srams should be used instead |
| - interrupts: interrupt number |
| - clocks: reference to the crypto engines clocks. This property is only |
| required for Dove platforms |
| - marvell,crypto-srams: phandle to crypto SRAM definitions |
| - marvell,crypto-sram-size: SRAM size reserved for crypto operations, if not |
| specified the whole SRAM is used (2KB) |
| compatible = "marvell,orion-crypto"; |
| marvell,crypto-srams = <&crypto_sram>; |
| marvell,crypto-sram-size = <0x600>; |