xref: /freebsd/sys/contrib/device-tree/Bindings/rng/brcm,bcm74110-rng.yaml (revision 5f62a964e9f8abc6a05d8338273fadd154f0a206)
1*5f62a964SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2*5f62a964SEmmanuel Vadot%YAML 1.2
3*5f62a964SEmmanuel Vadot---
4*5f62a964SEmmanuel Vadot$id: http://devicetree.org/schemas/rng/brcm,bcm74110-rng.yaml#
5*5f62a964SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6*5f62a964SEmmanuel Vadot
7*5f62a964SEmmanuel Vadottitle: BCM74110 Random number generator
8*5f62a964SEmmanuel Vadot
9*5f62a964SEmmanuel Vadotdescription:
10*5f62a964SEmmanuel Vadot  Random number generator used on the BCM74110.
11*5f62a964SEmmanuel Vadot
12*5f62a964SEmmanuel Vadotmaintainers:
13*5f62a964SEmmanuel Vadot  - Markus Mayer <mmayer@broadcom.com>
14*5f62a964SEmmanuel Vadot  - Florian Fainelli <florian.fainelli@broadcom.com>
15*5f62a964SEmmanuel Vadot
16*5f62a964SEmmanuel Vadotproperties:
17*5f62a964SEmmanuel Vadot  compatible:
18*5f62a964SEmmanuel Vadot    enum:
19*5f62a964SEmmanuel Vadot      - brcm,bcm74110-rng
20*5f62a964SEmmanuel Vadot
21*5f62a964SEmmanuel Vadot  reg:
22*5f62a964SEmmanuel Vadot    maxItems: 1
23*5f62a964SEmmanuel Vadot
24*5f62a964SEmmanuel Vadotrequired:
25*5f62a964SEmmanuel Vadot  - compatible
26*5f62a964SEmmanuel Vadot  - reg
27*5f62a964SEmmanuel Vadot
28*5f62a964SEmmanuel VadotadditionalProperties: false
29*5f62a964SEmmanuel Vadot
30*5f62a964SEmmanuel Vadotexamples:
31*5f62a964SEmmanuel Vadot  - |
32*5f62a964SEmmanuel Vadot    rng@83ba000 {
33*5f62a964SEmmanuel Vadot        compatible = "brcm,bcm74110-rng";
34*5f62a964SEmmanuel Vadot        reg = <0x83ba000 0x14>;
35*5f62a964SEmmanuel Vadot    };
36