Skip to content

Commit

Permalink
hwrng: brcm63xx - document device tree bindings
Browse files Browse the repository at this point in the history
Documents device tree bindings for random number generator present on Broadcom
BCM6368 SoC.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Álvaro Fernández Rojas authored and Herbert Xu committed Jan 25, 2016
1 parent 90859e6 commit 9dbcc21
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Documentation/devicetree/bindings/rng/brcm,bcm6368.txt
Original file line number Diff line number Diff line change
@@ -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";
};

0 comments on commit 9dbcc21

Please sign in to comment.