ARM: dts: stm32: Enable STM32F769 clock driver

This patch enables clocks for STM32F769 boards.

Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
This commit is contained in:
Gabriel Fernandez 2019-04-05 09:53:00 +02:00 committed by Alexandre Torgue
parent b3e993a617
commit 09666b76f3

View File

@ -102,6 +102,10 @@
};
};
&rcc {
compatible = "st,stm32f769-rcc", "st,stm32f746-rcc", "st,stm32-rcc";
};
&cec {
pinctrl-0 = <&cec_pins_a>;
pinctrl-names = "default";