dts: arm: stm32: USART1 fix in device tree for STM32F7 series devices

Fixed mask value for RCC_APB1ENR register.

Signed-off-by: Yurii Hamann <yurii@hamann.site>
This commit is contained in:
Yurii Hamann 2018-12-01 15:22:04 +02:00 committed by Kumar Gala
parent c7b7363da8
commit 2c363bddfe

View file

@ -133,7 +133,7 @@
usart1: serial@40011000 {
compatible = "st,stm32-usart", "st,stm32-uart";
reg = <0x40011000 0x400>;
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x00004000>;
clocks = <&rcc STM32_CLOCK_BUS_APB2 0x00000010>;
interrupts = <37 0>;
status = "disabled";
label = "UART_1";