37 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/rng/silex-insight,ba431-rng.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Silex Insight BA431 RNG8 9description: |10 The BA431 hardware random number generator is an IP that is FIPS-140-2/311 certified.12 13maintainers:14 - Olivier Sobrie <olivier.sobrie@silexinsight.com>15 16properties:17 compatible:18 const: silex-insight,ba431-rng19 20 reg:21 maxItems: 122 23required:24 - compatible25 - reg26 27additionalProperties: false28 29examples:30 - |31 rng@42800000 {32 compatible = "silex-insight,ba431-rng";33 reg = <0x42800000 0x1000>;34 };35 36...37