imx-rng.txt 573 B

1234567891011121314151617181920
  1. Freescale RNGA/RNGB/RNGC (Random Number Generator Versions A, B and C)
  2. Required properties:
  3. - compatible : should be one of
  4. "fsl,imx21-rnga"
  5. "fsl,imx31-rnga" (backward compatible with "fsl,imx21-rnga")
  6. "fsl,imx25-rngb"
  7. "fsl,imx35-rngc"
  8. - reg : offset and length of the register set of this block
  9. - interrupts : the interrupt number for the RNG block
  10. - clocks : the RNG clk source
  11. Example:
  12. rng@53fb0000 {
  13. compatible = "fsl,imx25-rngb";
  14. reg = <0x53fb0000 0x4000>;
  15. interrupts = <22>;
  16. clocks = <&trng_clk>;
  17. };