Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/rng/nuvoton,npcm-rng.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: Nuvoton NPCM SoC Random Number Generator
0008 
0009 maintainers:
0010   - Avi Fishman <avifishman70@gmail.com>
0011   - Tomer Maimon <tmaimon77@gmail.com>
0012   - Tali Perry <tali.perry1@gmail.com>
0013   - Patrick Venture <venture@google.com>
0014   - Nancy Yuen <yuenn@google.com>
0015   - Benjamin Fair <benjaminfair@google.com>
0016 
0017 properties:
0018   compatible:
0019     const: nuvoton,npcm750-rng
0020 
0021   reg:
0022     maxItems: 1
0023 
0024 required:
0025   - compatible
0026   - reg
0027 
0028 additionalProperties: false
0029 
0030 examples:
0031   - |
0032     rng@f000b000 {
0033         compatible = "nuvoton,npcm750-rng";
0034         reg = <0xf000b000 0x8>;
0035     };