1 * Microchip PIC32 Random Number Generator 2 3 The PIC32 RNG provides a pseudo random number generator which can be seeded by 4 another true random number generator. 5 6 Required properties: 7 - compatible : should be "microchip,pic32mzda-rng" 8 - reg : Specifies base physical address and size of the registers. 9 - clocks: clock phandle. 10 11 Example: 12 13 rng: rng@1f8e6000 { 14 compatible = "microchip,pic32mzda-rng"; 15 reg = <0x1f8e6000 0x1000>; 16 clocks = <&PBCLK5>; 17 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.