Jetpack/kernel/nvidia/Documentation/devicetree/bindings/crypto/tegra-se-nvhost.txt
dchvs 31faf4d851 cti_kernel: Add CTI sources
Elroy L4T r32.4.4 – JetPack 4.4.1
2021-03-15 20:15:11 -06:00

23 lines
829 B
Plaintext

TEGRA SE Crypto Module
Required properties:
- compatible : Should contain entries for this and backward compatible
- "nvidia,tegra186-se1-nvhost" or "nvidia,tegra186-se2-nvhost" or "nvidia,tegra186-se3-nvhost"
or "nvidia,tegra186-se4-nvhost" or "nvidia,tegra19x-se2-nvhost"
- This supports all AES/RNG/SHA/RSA features
- reg : Offset and length of the register set for the module
- clock-names: clocks required for Tegra SE to function
- opcode_addr: Register address which is base for an operation supported by this device
- supported-algos: The algorithms supported by this device.
Example:
se@15820000 {
compatible = "nvidia,tegra186-se2-nvhost";
reg = <0x0 0x15820000 0x0 0x10000>;
supported-algos = "aes", "cmac";
opcode_addr = <0x404>;
clocks = <&tegra_car TEGRA186_CLK_SE>;
clock-names = "se";
};