aboutsummaryrefslogtreecommitdiff
path: root/include/configs/stm32mp13_st_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/stm32mp13_st_common.h')
-rw-r--r--include/configs/stm32mp13_st_common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/stm32mp13_st_common.h b/include/configs/stm32mp13_st_common.h
index ec64b12f7a..c51022b40d 100644
--- a/include/configs/stm32mp13_st_common.h
+++ b/include/configs/stm32mp13_st_common.h
@@ -14,4 +14,9 @@
#include <configs/stm32mp13_common.h>
+/* uart with on-board st-link */
+#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, \
+ 230400, 460800, 921600, \
+ 1000000, 2000000, 4000000}
+
#endif