dts: gd: fix uart4 irq wrong
Fix IRQ number error of UART4 in DTS of gd32f4xx. Signed-off-by: Chang Feng <chang_196700@hotmail.com>
This commit is contained in:
parent
8f852551e0
commit
fe03e0c4bb
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@
|
||||||
uart4: usart@40005000 {
|
uart4: usart@40005000 {
|
||||||
compatible = "gd,gd32-usart";
|
compatible = "gd,gd32-usart";
|
||||||
reg = <0x40005000 0x400>;
|
reg = <0x40005000 0x400>;
|
||||||
interrupts = <52 0>;
|
interrupts = <53 0>;
|
||||||
clocks = <&cctl GD32_CLOCK_UART4>;
|
clocks = <&cctl GD32_CLOCK_UART4>;
|
||||||
resets = <&rctl GD32_RESET_UART4>;
|
resets = <&rctl GD32_RESET_UART4>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue