summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSvyatoslav Ryhel <[email protected]>2025-06-29 13:57:11 +0300
committerTom Rini <[email protected]>2025-07-11 10:43:29 -0600
commite82ba0be9be130dc27996f11e41d82e1da95104f (patch)
tree61a2de2ff4e254d664549810922bb0ff8980189a /arch
parentb01444aa14cf9f1e4e5415135ec5b6b2cbfa0574 (diff)
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 <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/sandbox/dts/test.dts4
1 files changed, 4 insertions, 0 deletions
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"