ARM: dts: stm32f429: Add QSPI clock

This patch adds the QSPI clock for stm32f469 discovery board.

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 2016-11-04 09:52:00 +01:00 коммит произвёл Alexandre TORGUE
Родитель ec2f9b10f3
Коммит 2ecaa477b4
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -70,6 +70,10 @@
};
};
&rcc {
compatible = "st,stm32f469-rcc", "st,stm32f42xx-rcc", "st,stm32-rcc";
};
&clk_hse {
clock-frequency = <8000000>;
};