Skip to content

Commit fe03e0c

Browse files
chang196700henrikbrixandersen
authored andcommitted
dts: gd: fix uart4 irq wrong
Fix IRQ number error of UART4 in DTS of gd32f4xx. Signed-off-by: Chang Feng <[email protected]>
1 parent 8f85255 commit fe03e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/gd/gd32f4xx/gd32f4xx.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
uart4: usart@40005000 {
108108
compatible = "gd,gd32-usart";
109109
reg = <0x40005000 0x400>;
110-
interrupts = <52 0>;
110+
interrupts = <53 0>;
111111
clocks = <&cctl GD32_CLOCK_UART4>;
112112
resets = <&rctl GD32_RESET_UART4>;
113113
status = "disabled";

0 commit comments

Comments
 (0)