drm/bridge: Fix assignment of the of_node of the parent to aux bridge
[drm/drm-misc.git] / Documentation / devicetree / bindings / rng / silex-insight,ba431-rng.yaml
blob4673d6160ad9c861d684513c9fdfcfd8e04119b4
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 %YAML 1.2
3 ---
4 $id: http://devicetree.org/schemas/rng/silex-insight,ba431-rng.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Silex Insight BA431 RNG
9 description: |
10   The BA431 hardware random number generator is an IP that is FIPS-140-2/3
11   certified.
13 maintainers:
14   - Olivier Sobrie <olivier.sobrie@silexinsight.com>
16 properties:
17   compatible:
18     const: silex-insight,ba431-rng
20   reg:
21     maxItems: 1
23 required:
24   - compatible
25   - reg
27 additionalProperties: false
29 examples:
30   - |
31     rng@42800000 {
32       compatible = "silex-insight,ba431-rng";
33       reg = <0x42800000 0x1000>;
34     };
36 ...