xref: /freebsd/sys/contrib/device-tree/Bindings/rng/nuvoton,npcm-rng.yaml (revision 8bab661a3316d8bd9b9fbd11a3b4371b91507bd2)
1e67e8565SEmmanuel Vadot# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2e67e8565SEmmanuel Vadot%YAML 1.2
3e67e8565SEmmanuel Vadot---
4e67e8565SEmmanuel Vadot$id: http://devicetree.org/schemas/rng/nuvoton,npcm-rng.yaml#
5e67e8565SEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6e67e8565SEmmanuel Vadot
7e67e8565SEmmanuel Vadottitle: Nuvoton NPCM SoC Random Number Generator
8e67e8565SEmmanuel Vadot
9e67e8565SEmmanuel Vadotmaintainers:
10e67e8565SEmmanuel Vadot  - Avi Fishman <avifishman70@gmail.com>
11e67e8565SEmmanuel Vadot  - Tomer Maimon <tmaimon77@gmail.com>
12e67e8565SEmmanuel Vadot  - Tali Perry <tali.perry1@gmail.com>
13e67e8565SEmmanuel Vadot  - Patrick Venture <venture@google.com>
14e67e8565SEmmanuel Vadot  - Nancy Yuen <yuenn@google.com>
15e67e8565SEmmanuel Vadot  - Benjamin Fair <benjaminfair@google.com>
16e67e8565SEmmanuel Vadot
17e67e8565SEmmanuel Vadotproperties:
18e67e8565SEmmanuel Vadot  compatible:
19*8bab661aSEmmanuel Vadot    enum:
20*8bab661aSEmmanuel Vadot      - nuvoton,npcm750-rng
21*8bab661aSEmmanuel Vadot      - nuvoton,npcm845-rng
22e67e8565SEmmanuel Vadot
23e67e8565SEmmanuel Vadot  reg:
24e67e8565SEmmanuel Vadot    maxItems: 1
25e67e8565SEmmanuel Vadot
26e67e8565SEmmanuel Vadotrequired:
27e67e8565SEmmanuel Vadot  - compatible
28e67e8565SEmmanuel Vadot  - reg
29e67e8565SEmmanuel Vadot
30e67e8565SEmmanuel VadotadditionalProperties: false
31e67e8565SEmmanuel Vadot
32e67e8565SEmmanuel Vadotexamples:
33e67e8565SEmmanuel Vadot  - |
34e67e8565SEmmanuel Vadot    rng@f000b000 {
35e67e8565SEmmanuel Vadot        compatible = "nuvoton,npcm750-rng";
36e67e8565SEmmanuel Vadot        reg = <0xf000b000 0x8>;
37e67e8565SEmmanuel Vadot    };
38