From e82ba0be9be130dc27996f11e41d82e1da95104f Mon Sep 17 00:00:00 2001 From: Svyatoslav Ryhel Date: Sun, 29 Jun 2025 13:57:11 +0300 Subject: test: dm: add AES engine test Create a basic test suit for AES DM uclass that covers all available operations. Signed-off-by: Svyatoslav Ryhel --- arch/sandbox/dts/test.dts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arch') diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index 7026c73bc69..bb696c5ef7f 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts @@ -2150,6 +2150,10 @@ }; }; }; + + aes-engine { + compatible = "software-aes-engine"; + }; }; #include "sandbox_pmic.dtsi" -- cgit v1.2.3