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:
parent
6ce4a08c97
commit
727a9a7f99
6 changed files with 68 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue