File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,10 @@ LOG_MODULE_REGISTER(crypto_stm32);
48
48
#define STM32_CRYPTO_TYPEDEF AES_TypeDef
49
49
#endif
50
50
51
+ #if defined(CONFIG_SOC_SERIES_STM32H5X )
52
+ #define CRYP_DATATYPE_8B CRYP_BYTE_SWAP
53
+ #endif
54
+
51
55
struct crypto_stm32_session crypto_stm32_sessions [CRYPTO_MAX_SESSION ];
52
56
53
57
static void copy_reverse_words (uint8_t * dst_buf , int dst_len ,
Original file line number Diff line number Diff line change 285
285
};
286
286
};
287
287
288
+ aes: aes@420c0000 {
289
+ compatible = "st,stm32-aes";
290
+ reg = <0x420c0000 0x400>;
291
+ clocks = <&rcc STM32_CLOCK_BUS_AHB2 0x00010000>;
292
+ interrupts = <116 0>;
293
+ status = "disabled";
294
+ };
295
+
288
296
can {
289
297
can2: can@4000a800 {
290
298
compatible = "st,stm32-fdcan";
You can’t perform that action at this time.
0 commit comments