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:
parent
2ff5d641f2
commit
074f8a0a26
7 changed files with 40 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue