xref: /freebsd/sys/contrib/device-tree/Bindings/crypto/fsl-imx-sahara.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotFreescale SAHARA Cryptographic Accelerator included in some i.MX chips.
2*c66ec88fSEmmanuel VadotCurrently only i.MX27 and i.MX53 are supported.
3*c66ec88fSEmmanuel Vadot
4*c66ec88fSEmmanuel VadotRequired properties:
5*c66ec88fSEmmanuel Vadot- compatible : Should be "fsl,<soc>-sahara"
6*c66ec88fSEmmanuel Vadot- reg : Should contain SAHARA registers location and length
7*c66ec88fSEmmanuel Vadot- interrupts : Should contain SAHARA interrupt number
8*c66ec88fSEmmanuel Vadot
9*c66ec88fSEmmanuel VadotExample:
10*c66ec88fSEmmanuel Vadot
11*c66ec88fSEmmanuel Vadotsah: crypto@10025000 {
12*c66ec88fSEmmanuel Vadot	compatible = "fsl,imx27-sahara";
13*c66ec88fSEmmanuel Vadot	reg = <	0x10025000 0x800>;
14*c66ec88fSEmmanuel Vadot	interrupts = <75>;
15*c66ec88fSEmmanuel Vadot};
16