Skip to content

Commit c0559d2

Browse files
Markus Mayerherbertx
authored andcommitted
dt-bindings: rng: add binding for BCM74110 RNG
Add a binding for the random number generator used on the BCM74110. Signed-off-by: Markus Mayer <mmayer@broadcom.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
1 parent e45f0ab commit c0559d2

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2+
%YAML 1.2
3+
---
4+
$id: http://devicetree.org/schemas/rng/brcm,bcm74110-rng.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
6+
7+
title: BCM74110 Random number generator
8+
9+
description:
10+
Random number generator used on the BCM74110.
11+
12+
maintainers:
13+
- Markus Mayer <mmayer@broadcom.com>
14+
- Florian Fainelli <florian.fainelli@broadcom.com>
15+
16+
properties:
17+
compatible:
18+
enum:
19+
- brcm,bcm74110-rng
20+
21+
reg:
22+
maxItems: 1
23+
24+
required:
25+
- compatible
26+
- reg
27+
28+
additionalProperties: false
29+
30+
examples:
31+
- |
32+
rng@83ba000 {
33+
compatible = "brcm,bcm74110-rng";
34+
reg = <0x83ba000 0x14>;
35+
};

0 commit comments

Comments
 (0)