xref: /linux/Documentation/devicetree/bindings/rng/brcm,bcm74110-rng.yaml (revision 79d2e1919a2728ef49d938eb20ebd5903c14dfb0)
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
7title: BCM74110 Random number generator
8
9description:
10  Random number generator used on the BCM74110.
11
12maintainers:
13  - Markus Mayer <mmayer@broadcom.com>
14  - Florian Fainelli <florian.fainelli@broadcom.com>
15
16properties:
17  compatible:
18    enum:
19      - brcm,bcm74110-rng
20
21  reg:
22    maxItems: 1
23
24required:
25  - compatible
26  - reg
27
28additionalProperties: false
29
30examples:
31  - |
32    rng@83ba000 {
33        compatible = "brcm,bcm74110-rng";
34        reg = <0x83ba000 0x14>;
35    };
36