blob: a6c0a138b0d7268e195785f396bc8d5b3f324336 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * CPCI-405 board specific definitions
3 *
Matthias Fuchs2ba73b12006-06-14 15:35:05 +02004 * Copyright 2001-2006 esd electronic system design - hannover germany
5 *
6 * Authors: Matthias Fuchs
7 * matthias.fuchs@esd-electronics.com
8 * Stefan Roese
9 * stefan.roese@esd-electronics.com
Linus Torvalds1da177e2005-04-16 15:20:36 -070010 */
11
12#ifdef __KERNEL__
Matthias Fuchs2ba73b12006-06-14 15:35:05 +020013#ifndef __CPCI405_H__
14#define __CPCI405_H__
Linus Torvalds1da177e2005-04-16 15:20:36 -070015
Linus Torvalds1da177e2005-04-16 15:20:36 -070016#include <platforms/4xx/ibm405gp.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070017#include <asm/ppcboot.h>
18
Linus Torvalds1da177e2005-04-16 15:20:36 -070019/* Map for the NVRAM space */
20#define CPCI405_NVRAM_PADDR ((uint)0xf0200000)
21#define CPCI405_NVRAM_SIZE ((uint)32*1024)
22
Matthias Fuchs2ba73b12006-06-14 15:35:05 +020023#define BASE_BAUD 0
Linus Torvalds1da177e2005-04-16 15:20:36 -070024
Matthias Fuchs2ba73b12006-06-14 15:35:05 +020025#define PPC4xx_MACHINE_NAME "esd CPCI-405"
Linus Torvalds1da177e2005-04-16 15:20:36 -070026
Matthias Fuchs2ba73b12006-06-14 15:35:05 +020027#endif /* __CPCI405_H__ */
Linus Torvalds1da177e2005-04-16 15:20:36 -070028#endif /* __KERNEL__ */