dts: bindings: crypto: Add initial Si32 binding
This is needed for Si32 crypto driver support. Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
This commit is contained in:
parent
d4ea3010ee
commit
71214ae576
1 changed files with 21 additions and 0 deletions
21
dts/bindings/crypto/silabs,si32-aes.yaml
Normal file
21
dts/bindings/crypto/silabs,si32-aes.yaml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright (c) 2024 GARDENA GmbH
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: Si32 AES node
|
||||
|
||||
compatible: "silabs,si32-aes"
|
||||
|
||||
include: base.yaml
|
||||
|
||||
properties:
|
||||
reg:
|
||||
required: true
|
||||
|
||||
interrupts:
|
||||
required: true
|
||||
|
||||
dmas:
|
||||
required: true
|
||||
|
||||
dma-names:
|
||||
required: true
|
||||
Loading…
Reference in a new issue