Skip to content

Commit af3c808

Browse files
author
HaiLong Yang
committed
dst: gigadevice: change usart3 address to lower case
DTS node address should use lower case. This fix an incorrect gd32f403 usart3 node address. Signed-off-by: HaiLong Yang <[email protected]>
1 parent 3afe7ce commit af3c808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dts/arm/gigadevice/gd32f403/gd32f403.dtsi

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@
7777
label = "USART_2";
7878
};
7979

80-
uart3: usart@40004C00 {
80+
uart3: usart@40004c00 {
8181
compatible = "gd,gd32-usart";
82-
reg = <0x40004C00 0x400>;
82+
reg = <0x40004c00 0x400>;
8383
interrupts = <52 0>;
8484
rcu-periph-clock = <0x714>;
8585
status = "disabled";

0 commit comments

Comments
 (0)