blob: bc616d143683ddfadcc447200dbccbc75a2327b4 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Lucas Stach85990a92012-10-07 11:36:06 +00002/*
Marcel Ziswilercad18b82015-03-26 01:31:54 +01003 * Copyright (C) 2012 Lucas Stach
Lucas Stach85990a92012-10-07 11:36:06 +00004 *
Marcel Ziswiler764d4122015-08-06 00:47:10 +02005 * Configuration settings for the Toradex Colibri T20 modules.
Lucas Stach85990a92012-10-07 11:36:06 +00006 */
7
8#ifndef __CONFIG_H
9#define __CONFIG_H
10
11#include "tegra20-common.h"
12
Lucas Stach85990a92012-10-07 11:36:06 +000013/* Board-specific serial config */
Tom Rinidf6a2152022-11-16 13:10:28 -050014#define CFG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE
Marcel Ziswiler53829532015-03-26 02:17:27 +010015
Lucas Stach85990a92012-10-07 11:36:06 +000016#include "tegra-common-post.h"
17
18#endif /* __CONFIG_H */