summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/rng/brcm,bcm6368.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/rng/brcm,bcm6368.txt')
-rw-r--r--dts/Bindings/rng/brcm,bcm6368.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/dts/Bindings/rng/brcm,bcm6368.txt b/dts/Bindings/rng/brcm,bcm6368.txt
new file mode 100644
index 0000000000..4b5ac600bf
--- /dev/null
+++ b/dts/Bindings/rng/brcm,bcm6368.txt
@@ -0,0 +1,17 @@
+BCM6368 Random number generator
+
+Required properties:
+
+- compatible : should be "brcm,bcm6368-rng"
+- reg : Specifies base physical address and size of the registers
+- clocks : phandle to clock-controller plus clock-specifier pair
+- clock-names : "ipsec" as a clock name
+
+Example:
+ random: rng@10004180 {
+ compatible = "brcm,bcm6368-rng";
+ reg = <0x10004180 0x14>;
+
+ clocks = <&periph_clk 18>;
+ clock-names = "ipsec";
+ };