summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-11-23 18:05:26 +0300
committerTom Rini <trini@konsulko.com>2022-11-23 18:05:26 +0300
commitd5d9f325791dc6fa3f2b564062cb109db89b0917 (patch)
tree898cf746c1f66c1791343b311ea295f540cc0734 /include
parent19fb8d7945fcd83828986ac48db74560b26611f9 (diff)
parente0638f1d09b9e9caead4e3909e7dc8aaa41febe1 (diff)
downloadu-boot-d5d9f325791dc6fa3f2b564062cb109db89b0917.tar.xz
Merge tag 'u-boot-amlogic-20221122' of https://source.denx.de/u-boot/custodians/u-boot-amlogic
- Implement setbrg op to meson serial device - Re-add the old PHY reset binding for nanopi-k2
Diffstat (limited to 'include')
-rw-r--r--include/configs/meson64.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/meson64.h b/include/configs/meson64.h
index 0c41df2a95..726f33c26c 100644
--- a/include/configs/meson64.h
+++ b/include/configs/meson64.h
@@ -16,6 +16,13 @@
#define GICC_BASE 0xc4302000
#endif
+/* Serial drivers */
+/* The following table includes the supported baudrates */
+#define CONFIG_SYS_BAUDRATE_TABLE \
+ {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200, \
+ 230400, 250000, 460800, 500000, 1000000, 2000000, 4000000, \
+ 8000000 }
+
/* For splashscreen */
#ifdef CONFIG_VIDEO
#define STDOUT_CFG "vidconsole,serial"