summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/rng/amlogic,meson-rng.txt
blob: 4d403645ac9b3dcd513c5f55a7217542a1eb1d37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Amlogic Meson Random number generator
=====================================

Required properties:

- compatible : should be "amlogic,meson-rng"
- reg : Specifies base physical address and size of the registers.

Optional properties:

- clocks : phandle to the following named clocks
- clock-names: Name of core clock, must be "core"

Example:

rng {
	compatible = "amlogic,meson-rng";
	reg = <0x0 0xc8834000 0x0 0x4>;
	clocks = <&clkc CLKID_RNG0>;
	clock-names = "core";
};