1# Copyright (c) 2022 Nuvoton Technology Corporation. 2# SPDX-License-Identifier: Apache-2.0 3 4description: NPCX Crypto SHA accelerator. 5 6compatible: "nuvoton,npcx-sha" 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 SHA ROM API to store the 19 intermdiate computation result and final digest. 20