The NXP CAAM (Cryptographic Acceleration and Assurance Module) is a
controller present on QoriQ platform (for example LS1046A SoC).
This controller allows to execute job descriptors on Job Rings that
allows to perform cryptographic operations.
The driver consist of driver `caam` that acts as a simplebus master
for the `caam_jr` drivers responsible for handling the CAAM Job Rings.
This driver is based on ARM TF-A firmware implementation ported to
the FreeBSD system.