Commit 2ecaa477 authored by Gabriel Fernandez's avatar Gabriel Fernandez Committed by Alexandre TORGUE

ARM: dts: stm32f429: Add QSPI clock

This patch adds the QSPI clock for stm32f469 discovery board.
Signed-off-by: default avatarGabriel Fernandez <gabriel.fernandez@st.com>
Signed-off-by: default avatarAlexandre TORGUE <alexandre.torgue@st.com>
parent ec2f9b10
......@@ -70,6 +70,10 @@ soc {
};
};
&rcc {
compatible = "st,stm32f469-rcc", "st,stm32f42xx-rcc", "st,stm32-rcc";
};
&clk_hse {
clock-frequency = <8000000>;
};
......
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