0001 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/rng/silex-insight,ba431-rng.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006
0007 title: Silex Insight BA431 RNG bindings
0008
0009 description: |
0010 The BA431 hardware random number generator is an IP that is FIPS-140-2/3
0011 certified.
0012
0013 maintainers:
0014 - Olivier Sobrie <olivier.sobrie@silexinsight.com>
0015
0016 properties:
0017 compatible:
0018 const: silex-insight,ba431-rng
0019
0020 reg:
0021 maxItems: 1
0022
0023 required:
0024 - compatible
0025 - reg
0026
0027 additionalProperties: false
0028
0029 examples:
0030 - |
0031 rng@42800000 {
0032 compatible = "silex-insight,ba431-rng";
0033 reg = <0x42800000 0x1000>;
0034 };
0035
0036 ...