arm: kinetis: Add basic DTS support for RNGA

Add dts binding and info for RNGA device and enable basic support to
get the device name from DTS.  We leave for now the base addresses
coming from the MCUX HAL.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2018-11-03 06:50:08 -05:00 committed by Maureen Helm
commit 727a9a7f99
6 changed files with 68 additions and 0 deletions

View file

@ -409,6 +409,14 @@
interrupts-names = "IEEE1588_TMR";
};
};
rnga: random@40029000 {
compatible = "nxp,kinetis-rnga";
reg = <0x40029000 0x1000>;
status = "ok";
interrupts = <23 0>;
label = "RNGA";
};
};
};