Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
0002 %YAML 1.2
0003 ---
0004 $id: "http://devicetree.org/schemas/rng/brcm,iproc-rng200.yaml#"
0005 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
0006 
0007 title: HWRNG support for the iproc-rng200 driver
0008 
0009 maintainers:
0010   - Florian Fainelli <f.fainelli@gmail.com>
0011 
0012 properties:
0013   compatible:
0014     enum:
0015       - brcm,bcm2711-rng200
0016       - brcm,bcm7211-rng200
0017       - brcm,bcm7278-rng200
0018       - brcm,iproc-rng200
0019 
0020   reg:
0021     maxItems: 1
0022 
0023 additionalProperties: false
0024 
0025 examples:
0026   - |
0027     rng@18032000 {
0028         compatible = "brcm,iproc-rng200";
0029         reg = <0x18032000 0x28>;
0030     };