Skip to content

Commit 07aa43a

Browse files
passgatAlexandre Torgue
authored andcommitted
ARM: dts: stm32: add uart8 node for stm32h743 MCU
Add support for UART8 by applying the settings specified in the reference manual RM0433. Signed-off-by: Dario Binacchi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Torgue <[email protected]>
1 parent ecab3c4 commit 07aa43a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm/boot/dts/st/stm32h743.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,14 @@
211211
};
212212
};
213213

214+
uart8: serial@40007c00 {
215+
compatible = "st,stm32h7-uart";
216+
reg = <0x40007c00 0x400>;
217+
interrupts = <83>;
218+
status = "disabled";
219+
clocks = <&rcc UART8_CK>;
220+
};
221+
214222
usart1: serial@40011000 {
215223
compatible = "st,stm32h7-uart";
216224
reg = <0x40011000 0x400>;

0 commit comments

Comments
 (0)