blob: 0b23250565cb8100be6ae0f4b792dbd34a270a09 [file] [log] [blame]
/*
* Copyright (c) 2023 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <st/h5/stm32h562.dtsi>
/ {
soc {
compatible = "st,stm32h563", "st,stm32h5", "simple-bus";
sdmmc2: sdmmc@46008c00 {
compatible = "st,stm32-sdmmc";
reg = <0x46008c00 0x400>;
clocks = <&rcc STM32_CLOCK(AHB4, 12U)>,
<&rcc STM32_SRC_PLL1_Q SDMMC2_SEL(0)>;
resets = <&rctl STM32_RESET(AHB4, 12U)>;
interrupts = <102 0>;
status = "disabled";
};
};
};