Skip to content

Commit 3c9d9a1

Browse files
Jeppe Odgaardcarlescufi
authored andcommitted
dts: boards: stm32h562: Add usart6 node
Add the remaining usart node for stm32h562. Signed-off-by: Jeppe Odgaard <[email protected]>
1 parent 53ddff6 commit 3c9d9a1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dts/arm/st/h5/stm32h562.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,15 @@
145145
status = "disabled";
146146
};
147147

148+
usart6: serial@40006400 {
149+
compatible = "st,stm32-usart", "st,stm32-uart";
150+
reg = <0x40006400 0x400>;
151+
clocks = <&rcc STM32_CLOCK_BUS_APB1 0x02000000>;
152+
resets = <&rctl STM32_RESET(APB1L, 25U)>;
153+
interrupts = <85 0>;
154+
status = "disabled";
155+
};
156+
148157
usart10: serial@40006800 {
149158
compatible = "st,stm32-usart", "st,stm32-uart";
150159
reg = <0x40006800 0x400>;

0 commit comments

Comments
 (0)