Commit 1b4badf5 authored by Guillaume Gautier's avatar Guillaume Gautier Committed by Martí Bolívar
Browse files

dts: arm: st: l4: add sdmmc driver to stm32l433 dtsi



Add SDMMC driver to STM32L433 dtsi.

Signed-off-by: default avatarGuillaume Gautier <guillaume.gautier-ext@st.com>
parent 7e2edb98
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -56,5 +56,14 @@
			interrupts = <39 0>;
			status = "disabled";
		};

		sdmmc1: sdmmc@40012800 {
			compatible = "st,stm32-sdmmc";
			reg = <0x40012800 0x400>;
			clocks = <&rcc STM32_CLOCK_BUS_APB2 0x00000400>,
				 <&rcc STM32_SRC_HSI48 CLK48_SEL(0)>;
			interrupts = <49 0>;
			status = "disabled";
		};
	};
};
 No newline at end of file