soc: nxp_imx: Add support for TRNG

Add support for the TRNG device contained in the i.MX RT SoCs. It uses
the existing MCUX driver, and mostly consists in adding the Kconfig and
DTS entries.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
Aurelien Jarno 2019-01-10 00:56:25 +01:00 committed by Kumar Gala
commit 074f8a0a26
7 changed files with 40 additions and 0 deletions

View file

@ -253,6 +253,14 @@
interrupts-names = "IEEE1588_TMR";
};
};
trng: random@400CC000 {
compatible = "nxp,kinetis-trng";
reg = <0x400CC000 0x4000>;
status = "ok";
interrupts = <53 0>;
label = "TRNG";
};
};
};