Browse Source

spl: change UART1 rx pin to pin 42.

Make UART1 rx pin to pin 42.

Signed-off-by: Minda Chen <minda.chen@starfivetech.com>
Minda Chen 5 months ago
parent
commit
46a489c509
1 changed files with 2 additions and 2 deletions
  1. 2 2
      board/starfive/visionfive2/spl.c

+ 2 - 2
board/starfive/visionfive2/spl.c

@@ -127,8 +127,8 @@ void board_init_f(ulong dummy)
 	SYS_IOMUX_DOUT(43, 0x44);
 	SYS_IOMUX_SET_DS(43, 3);
 	/*uart1 rx*/
-	SYS_IOMUX_DOEN(45, HIGH);
-	SYS_IOMUX_DIN(45, 55);
+	SYS_IOMUX_DOEN(42, HIGH);
+	SYS_IOMUX_DIN(42, 55);
 
 	/*jtag*/
 	SYS_IOMUX_DOEN(36, HIGH);