| # Copyright (c) 2020, Linaro Limited |
| # SPDX-License-Identifier: Apache-2.0 |
| |
| description: STM32 Random Number Generator |
| |
| compatible: "st,stm32-rng" |
| |
| include: base.yaml |
| |
| properties: |
| reg: |
| required: true |
| |
| label: |
| required: true |
| |
| clocks: |
| required: true |
| |
| health-test-magic: |
| type: int |
| required: false |
| description: | |
| Magic Number to be written to Health Test Configuration Register (HTCR) |
| prior to real configuration, if any. |
| |
| health-test-config: |
| type: int |
| required: false |
| description: | |
| Heath Test Configuration, necessary to have proper RNG behavior, |
| when available. |