24 lines
486 B
Plaintext
24 lines
486 B
Plaintext
/*
|
|
* 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_BUS_AHB4 0x00001000>,
|
|
<&rcc STM32_SRC_PLL1_Q SDMMC2_SEL(0)>;
|
|
resets = <&rctl STM32_RESET(AHB4, 12U)>;
|
|
interrupts = <102 0>;
|
|
status = "disabled";
|
|
};
|
|
};
|
|
};
|