1 # SPDX-License-Identifier: (GPL-2.0-only OR BS 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/rng/silex-i 4 $id: http://devicetree.org/schemas/rng/silex-insight,ba431-rng.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: Silex Insight BA431 RNG !! 7 title: Silex Insight BA431 RNG bindings 8 8 9 description: | 9 description: | 10 The BA431 hardware random number generator i 10 The BA431 hardware random number generator is an IP that is FIPS-140-2/3 11 certified. 11 certified. 12 12 13 maintainers: 13 maintainers: 14 - Olivier Sobrie <olivier.sobrie@silexinsight 14 - Olivier Sobrie <olivier.sobrie@silexinsight.com> 15 15 16 properties: 16 properties: 17 compatible: 17 compatible: 18 const: silex-insight,ba431-rng 18 const: silex-insight,ba431-rng 19 19 20 reg: 20 reg: 21 maxItems: 1 21 maxItems: 1 22 22 23 required: 23 required: 24 - compatible 24 - compatible 25 - reg 25 - reg 26 26 27 additionalProperties: false 27 additionalProperties: false 28 28 29 examples: 29 examples: 30 - | 30 - | 31 rng@42800000 { 31 rng@42800000 { 32 compatible = "silex-insight,ba431-rng"; 32 compatible = "silex-insight,ba431-rng"; 33 reg = <0x42800000 0x1000>; 33 reg = <0x42800000 0x1000>; 34 }; 34 }; 35 35 36 ... 36 ...
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.