genode/repos/os/include/spec/pbxa9/pl180_defs.h

30 lines
694 B
C
Raw Normal View History

2011-12-22 15:19:25 +00:00
/*
* \brief PL180 multi-media-card interface definitions for the RealView platform
* \author Christian Helmuth
* \date 2011-05-19
*/
/*
* Copyright (C) 2011-2017 Genode Labs GmbH
2011-12-22 15:19:25 +00:00
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU Affero General Public License version 3.
2011-12-22 15:19:25 +00:00
*/
#ifndef _INCLUDE__SPEC__PBXA9__PL180_DEFS_H_
#define _INCLUDE__SPEC__PBXA9__PL180_DEFS_H_
2011-12-22 15:19:25 +00:00
#include <drivers/board_base.h>
2011-12-22 15:19:25 +00:00
enum {
PL180_PHYS = 0x10005000, PL180_SIZE = 0x1000,
/**
* Interrupt lines
*/
PL180_IRQ0 = Genode::Board_base::PL180_IRQ_0,
PL180_IRQ1 = Genode::Board_base::PL180_IRQ_1,
2011-12-22 15:19:25 +00:00
};
#endif /* _INCLUDE__SPEC__PBXA9__PL180_DEFS_H_ */