Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/contrib/device-tree/Bindings/crypto/fsl-imx-sahara.txt
48375 views
1
Freescale SAHARA Cryptographic Accelerator included in some i.MX chips.
2
Currently only i.MX27 and i.MX53 are supported.
3
4
Required properties:
5
- compatible : Should be "fsl,<soc>-sahara"
6
- reg : Should contain SAHARA registers location and length
7
- interrupts : Should contain SAHARA interrupt number
8
9
Example:
10
11
sah: crypto@10025000 {
12
compatible = "fsl,imx27-sahara";
13
reg = < 0x10025000 0x800>;
14
interrupts = <75>;
15
};
16
17