1/* 2 * Copyright (c) 2023 STMicroelectronics 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7#include <st/h5/stm32h562.dtsi> 8 9/ { 10 soc { 11 compatible = "st,stm32h563", "st,stm32h5", "simple-bus"; 12 13 sdmmc2: sdmmc@46008c00 { 14 compatible = "st,stm32-sdmmc"; 15 reg = <0x46008c00 0x400>; 16 clocks = <&rcc STM32_CLOCK_BUS_AHB4 0x00001000>, 17 <&rcc STM32_SRC_PLL1_Q SDMMC2_SEL(0)>; 18 resets = <&rctl STM32_RESET(AHB4, 12U)>; 19 interrupts = <102 0>; 20 status = "disabled"; 21 }; 22 }; 23}; 24