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/xiphera,xip8001b-trng.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: Xiphera XIP8001B-trng bindings
0008 
0009 maintainers:
0010   - Atte Tommiska <atte.tommiska@xiphera.com>
0011 
0012 description: |
0013   Xiphera FPGA-based true random number generator intellectual property core.
0014 
0015 properties:
0016   compatible:
0017     const: xiphera,xip8001b-trng
0018 
0019   reg:
0020     maxItems: 1
0021 
0022 required:
0023   - compatible
0024   - reg
0025 
0026 additionalProperties: false
0027 
0028 examples:
0029   - |
0030     rng@43c00000 {
0031         compatible = "xiphera,xip8001b-trng";
0032         reg = <0x43c00000 0x10000>;
0033     };