]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/overo/overo.c
Merge branch 'master' of git://git.denx.de/u-boot-ti
[karo-tx-uboot.git] / board / overo / overo.c
index 66146eead5f751650366e14f900a015a6c75c282..dfb8602bafccb8d8c912c58c7d946c06effee2c0 100644 (file)
@@ -13,6 +13,8 @@
  * SPDX-License-Identifier:    GPL-2.0+
  */
 #include <common.h>
+#include <dm.h>
+#include <ns16550.h>
 #include <netdev.h>
 #include <twl4030.h>
 #include <linux/mtd/nand.h>
@@ -65,6 +67,17 @@ static struct {
        char env_setting[64];
 } expansion_config = {0x0};
 
+static const struct ns16550_platdata overo_serial = {
+       OMAP34XX_UART3,
+       2,
+       V_NS16550_CLK
+};
+
+U_BOOT_DEVICE(overo_uart) = {
+       "serial_omap",
+       &overo_serial
+};
+
 /*
  * Routine: board_init
  * Description: Early hardware init.