diff --git a/dts/arm/nuvoton/npcx9.dtsi b/dts/arm/nuvoton/npcx9.dtsi index b61c302005c..b24965fedb1 100644 --- a/dts/arm/nuvoton/npcx9.dtsi +++ b/dts/arm/nuvoton/npcx9.dtsi @@ -251,6 +251,12 @@ threshold-reg-offset = <0x60>; threshold-count = <6>; }; + + sha0: sha@13c { + compatible = "nuvoton,npcx-sha"; + reg = <0x13c 0x3c>; + status = "disabled"; + }; }; soc-id { diff --git a/dts/bindings/crypto/nuvoton,npcx-sha.yaml b/dts/bindings/crypto/nuvoton,npcx-sha.yaml new file mode 100644 index 00000000000..74693a51d67 --- /dev/null +++ b/dts/bindings/crypto/nuvoton,npcx-sha.yaml @@ -0,0 +1,12 @@ +# Copyright (c) 2022 Nuvoton Technology Corporation. +# SPDX-License-Identifier: Apache-2.0 + +description: NPCX Crypto SHA accelerator. + +compatible: "nuvoton,npcx-sha" + +include: base.yaml + +properties: + reg: + required: true