Commit 09666b76 authored by Gabriel Fernandez's avatar Gabriel Fernandez Committed by Alexandre Torgue

ARM: dts: stm32: Enable STM32F769 clock driver

This patch enables clocks for STM32F769 boards.
Signed-off-by: default avatarGabriel Fernandez <gabriel.fernandez@st.com>
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent b3e993a6
......@@ -102,6 +102,10 @@ mmc_vcard: mmc_vcard {
};
};
&rcc {
compatible = "st,stm32f769-rcc", "st,stm32f746-rcc", "st,stm32-rcc";
};
&cec {
pinctrl-0 = <&cec_pins_a>;
pinctrl-names = "default";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment