Hello,
I am using the nRF Connect SDK v2.9.0. While working on the nRF52840 board, I used the library zephyr/crypto/crypto.h to perform AES/ECB encryption.
Part of the code I wrote is
#define CRYPTO_DEV_COMPAT nordic_nrf_ecb
static const struct device *const dev = DEVICE_DT_GET_ONE(CRYPTO_DEV_COMPAT);
This worked fine with the nRF52840 board, when I replaced the board with nRF54L15, I got compilation errors in the above lines