mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-10 14:43:54 +08:00
67af8818ee
crypto node should use the "crypto" generic naming, and not a specific one. Signed-off-by: Horia Geantă <horia.geanta@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
16 lines
419 B
Plaintext
16 lines
419 B
Plaintext
Freescale SAHARA Cryptographic Accelerator included in some i.MX chips.
|
|
Currently only i.MX27 and i.MX53 are supported.
|
|
|
|
Required properties:
|
|
- compatible : Should be "fsl,<soc>-sahara"
|
|
- reg : Should contain SAHARA registers location and length
|
|
- interrupts : Should contain SAHARA interrupt number
|
|
|
|
Example:
|
|
|
|
sah: crypto@10025000 {
|
|
compatible = "fsl,imx27-sahara";
|
|
reg = < 0x10025000 0x800>;
|
|
interrupts = <75>;
|
|
};
|