blob: 6bee098d6a8c3e03990a96eec3e5c1ff6011fb98 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
wdenk4989f872004-03-14 15:06:13 +00002/*
3 * (C) Copyright 2003
4 * Texas Instruments.
5 * Kshitij Gupta <kshitij@ti.com>
6 * Configuation settings for the TI OMAP Innovator board.
7 *
8 * (C) Copyright 2004
9 * ARM Ltd.
10 * Philippe Robin, <philippe.robin@arm.com>
11 * Configuration for Integrator AP board.
wdenk4989f872004-03-14 15:06:13 +000012 */
Wolfgang Denkc856ccc2005-09-25 02:00:47 +020013
wdenk4989f872004-03-14 15:06:13 +000014#ifndef __CONFIG_H
15#define __CONFIG_H
Linus Walleijd3a849f2011-08-12 00:28:57 +000016
Linus Walleij717b0a82012-08-04 05:21:28 +000017#include "integrator-common.h"
18
19/* Integrator/AP-specific configuration */
Tom Rini6a5dccc2022-11-16 13:10:41 -050020#define CFG_SYS_HZ_CLOCK 24000000 /* Timer 1 is clocked at 24Mhz */
Wolfgang Denk5d6879c2005-09-25 16:22:14 +020021
Linus Walleij48fd6152015-04-05 01:48:33 +020022/* Flash settings */
Tom Rini6a5dccc2022-11-16 13:10:41 -050023#define CFG_SYS_FLASH_SIZE 0x02000000 /* 32 MiB */
wdenk4989f872004-03-14 15:06:13 +000024
wdenk4989f872004-03-14 15:06:13 +000025/*-----------------------------------------------------------------------
26 * PCI definitions
27 */
28
Wolfgang Denk34ca9d32005-09-25 18:49:35 +020029#endif /* __CONFIG_H */