Path: blob/master/Documentation/devicetree/bindings/crypto/xlnx,versal-trng.yaml
29539 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/crypto/xlnx,versal-trng.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Xilinx Versal True Random Number Generator Hardware Accelerator78maintainers:9- Harsh Jain <h.jain@amd.com>10- Mounika Botcha <mounika.botcha@amd.com>1112description:13The Versal True Random Number Generator consists of Ring Oscillators as14entropy source and a deterministic CTR_DRBG random bit generator (DRBG).1516properties:17compatible:18const: xlnx,versal-trng1920reg:21maxItems: 12223required:24- reg2526additionalProperties: false2728examples:29- |30rng@f1230000 {31compatible = "xlnx,versal-trng";32reg = <0xf1230000 0x1000>;33};34...353637