Merge "feat(rockchip): update uart baudrate for rk3399" into integration

This commit is contained in:
Yann Gautier 2025-02-24 09:18:31 +01:00 committed by TrustedFirmware Code Review
commit 9020b9ac1b

View file

@ -17,7 +17,7 @@
/************************************************************************** /**************************************************************************
* UART related constants * UART related constants
**************************************************************************/ **************************************************************************/
#define RK3399_BAUDRATE 115200 #define RK3399_BAUDRATE 1500000
#define RK3399_UART_CLOCK 24000000 #define RK3399_UART_CLOCK 24000000
/****************************************************************************** /******************************************************************************