X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=board%2Fovero%2Fovero.c;fp=board%2Fovero%2Fovero.c;h=dfb8602bafccb8d8c912c58c7d946c06effee2c0;hp=66146eead5f751650366e14f900a015a6c75c282;hb=5aa7bece1045c28806ce919099616ebe8fa63325;hpb=b5ff205cdb0da6eff8a02653bf5192ea8d661faa diff --git a/board/overo/overo.c b/board/overo/overo.c index 66146eead5..dfb8602baf 100644 --- a/board/overo/overo.c +++ b/board/overo/overo.c @@ -13,6 +13,8 @@ * SPDX-License-Identifier: GPL-2.0+ */ #include +#include +#include #include #include #include @@ -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.