infineon,mxcrypto

Description

Infineon MXCRYPTO multi-function device.

The MXCRYPTO block is a shared hardware crypto engine that provides both a
True Random Number Generator (TRNG) and cryptographic acceleration.
This node is the parent that owns the register base address
and the shared access mutex.  The individual functions are exposed as child
nodes:

  mxcrypto0: crypto@52440000 {
          compatible = "infineon,mxcrypto";
          reg = <0x52440000 0x10000>;

          mxcrypto_trng {
                  compatible = "infineon,mxcrypto-trng";
          };

          mxcrypto_crypto {
                  compatible = "infineon,mxcrypto-crypto";
          };
  };

Properties

Properties not inherited from the base binding file.

(None)