blob: 08b6f3219c33549740cb941ecbba7aa41bdc0967 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Alexey Brodkin9aea0282014-05-21 14:39:32 +04002/*
3 * Copyright (C) 2011-2014 Pierrick Hascoet, Abilis Systems
Alexey Brodkin9aea0282014-05-21 14:39:32 +04004 */
5
6#ifndef _CONFIG_TB100_H_
7#define _CONFIG_TB100_H_
8
9#include <linux/sizes.h>
10
11/*
Alexey Brodkin9aea0282014-05-21 14:39:32 +040012 * Memory configuration
13 */
Alexey Brodkin9aea0282014-05-21 14:39:32 +040014
Tom Rini6a5dccc2022-11-16 13:10:41 -050015#define CFG_SYS_DDR_SDRAM_BASE 0x80000000
16#define CFG_SYS_SDRAM_BASE CFG_SYS_DDR_SDRAM_BASE
Tom Rinibb4dd962022-11-16 13:10:37 -050017#define CFG_SYS_SDRAM_SIZE SZ_128M
Alexey Brodkin9aea0282014-05-21 14:39:32 +040018
Alexey Brodkin9aea0282014-05-21 14:39:32 +040019/*
20 * UART configuration
21 */
Tom Rinidf6a2152022-11-16 13:10:28 -050022#define CFG_SYS_NS16550_CLK 166666666
Alexey Brodkin9aea0282014-05-21 14:39:32 +040023
Alexey Brodkin9aea0282014-05-21 14:39:32 +040024#endif /* _CONFIG_TB100_H_ */