mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-05 16:07:46 -04:00
15 lines
399 B
Text
15 lines
399 B
Text
Freescale SAHARA Cryptographic Accelerator included in some i.MX chips.
|
|
Currently only i.MX27 is 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@10025000 {
|
|
compatible = "fsl,imx27-sahara";
|
|
reg = < 0x10025000 0x800>;
|
|
interrupts = <75>;
|
|
};
|