blob: a164f95feba21df27c9546a09e5ae1c527a58d5f [file] [log] [blame]
Stefan Roese5568e612005-11-22 13:20:42 +01001/*
2 * (C) Copyright 2005
3 * Stefan Roese, DENX Software Engineering, sr@denx.de.
4 *
Wolfgang Denk3765b3e2013-10-07 13:07:26 +02005 * SPDX-License-Identifier: GPL-2.0+
Stefan Roese5568e612005-11-22 13:20:42 +01006 */
7
8#ifndef __P3P440_H__
9#define __P3P440_H__
10
Jean-Christophe PLAGNIOL-VILLARD6d0f6bc2008-10-16 15:01:15 +020011#define CONFIG_SYS_GPIO_RDY (0x80000000 >> 11)
12#define CONFIG_SYS_MONARCH_IO (0x80000000 >> 18)
13#define CONFIG_SYS_EREADY_IO (0x80000000 >> 20)
14#define CONFIG_SYS_LED_GREEN (0x80000000 >> 21)
15#define CONFIG_SYS_LED_RED (0x80000000 >> 22)
Stefan Roese5568e612005-11-22 13:20:42 +010016
17#define LED_OFF 1
18#define LED_GREEN 2
19#define LED_RED 3
20#define LED_ORANGE 4
21
22long int fixed_sdram(void);
23
24#endif /* __P3P440_H__ */