1# Copyright (c) 2024 Nuvoton Technology Corporation.
2# SPDX-License-Identifier: Apache-2.0
3
4description: NPCX Deterministic Random Bit Generator
5
6compatible: "nuvoton,npcx-drbg"
7
8include: base.yaml
9
10properties:
11  reg:
12    required: true
13
14  context-buffer-size:
15    type: int
16    required: true
17    description: |
18      Size of the pre-allocated buffer for the DRBG ROM API to store the
19      intermediate/final computation result.
20