summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/rng/st,rng.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/rng/st,rng.txt')
-rw-r--r--dts/Bindings/rng/st,rng.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/dts/Bindings/rng/st,rng.txt b/dts/Bindings/rng/st,rng.txt
new file mode 100644
index 0000000000..35734bc282
--- /dev/null
+++ b/dts/Bindings/rng/st,rng.txt
@@ -0,0 +1,15 @@
+STMicroelectronics HW Random Number Generator
+----------------------------------------------
+
+Required parameters:
+compatible : Should be "st,rng"
+reg : Base address and size of IP's register map.
+clocks : Phandle to device's clock (See: ../clocks/clock-bindings.txt)
+
+Example:
+
+rng@fee80000 {
+ compatible = "st,rng";
+ reg = <0xfee80000 0x1000>;
+ clocks = <&clk_sysin>;
+}