dts: st: stm32l4p5: re-add SDMMC idma property

The `idma` property added in 94847be1 was removed in the re-organisation
in 306dea6f. Re-add the property at a more generic location.

Signed-off-by: Jordan Yates <jordan@embeint.com>
This commit is contained in:
Jordan Yates 2025-06-07 11:17:31 +10:00 committed by Fabio Baltieri
commit 25249a010a

View file

@ -354,6 +354,7 @@
<&rcc STM32_SRC_HSI48 CLK48_SEL(0)>;
resets = <&rctl STM32_RESET(AHB2, 22U)>;
interrupts = <49 0>;
idma;
status = "disabled";
};
@ -364,6 +365,7 @@
<&rcc STM32_SRC_HSI48 CLK48_SEL(0)>;
resets = <&rctl STM32_RESET(AHB2, 23U)>;
interrupts = <47 0>;
idma;
status = "disabled";
};