summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/stm32f429-disco.dts
diff options
context:
space:
mode:
authorDaniel Thompson <daniel.thompson@linaro.org>2015-06-10 22:09:00 +0200
committerMaxime Coquelin <mcoquelin.stm32@gmail.com>2015-07-07 11:20:52 +0200
commit9dc24a2d91ce6587672f72c99c2f7bf4ef56f7ce (patch)
tree77fd7c5d822c421fcc3c3b3e7bfb7677412730e0 /arch/arm/boot/dts/stm32f429-disco.dts
parentd770e558e21961ad6cfdf0ff7df0eb5d7d4f0754 (diff)
ARM: dts: stm32f429: Adopt STM32F4 clock driver
New bindings and driver have been created for STM32F42xxx series parts. This patch integrates these changes. Note: Earlier device tree blobs (those without st,stm32f42xxx compatibles for the rcc) could still be used to boot basic systems. Such systems rely on the bootloader to configure the clock gates for vital periperhals. Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org> Reviewed-by: Maxime Coquelin <mcoquelin.stm32@gmail.com> Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/stm32f429-disco.dts')
-rw-r--r--arch/arm/boot/dts/stm32f429-disco.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stm32f429-disco.dts b/arch/arm/boot/dts/stm32f429-disco.dts
index 6b9aa59d978a..8bd3de52a373 100644
--- a/arch/arm/boot/dts/stm32f429-disco.dts
+++ b/arch/arm/boot/dts/stm32f429-disco.dts
@@ -66,6 +66,10 @@
};
};
+&clk_hse {
+ clock-frequency = <8000000>;
+};
+
&usart1 {
status = "okay";
};