Path: blob/master/arch/arm/mach-ixp2000/include/mach/enp2611.h
10820 views
/*1* arch/arm/mach-ixp2000/include/mach/enp2611.h2*3* Register and other defines for Radisys ENP-26114*5* Created 2004 by Lennert Buytenhek from the ixdp2x01 code. The6* original version carries the following notices:7*8* Original Author: Naeem Afzal <[email protected]>9* Maintainer: Deepak Saxena <[email protected]>10*11* Copyright (C) 2002 Intel Corp.12* Copyright (C) 2003-2004 MontaVista Software, Inc.13*14* This program is free software; you can redistribute it and/or modify it15* under the terms of the GNU General Public License as published by the16* Free Software Foundation; either version 2 of the License, or (at your17* option) any later version.18*/1920#ifndef __ENP2611_H21#define __ENP2611_H2223#define ENP2611_CALEB_PHYS_BASE 0xc500000024#define ENP2611_CALEB_VIRT_BASE 0xfe00000025#define ENP2611_CALEB_SIZE 0x001000002627#define ENP2611_PM3386_0_PHYS_BASE 0xc600000028#define ENP2611_PM3386_0_VIRT_BASE 0xfe10000029#define ENP2611_PM3386_0_SIZE 0x001000003031#define ENP2611_PM3386_1_PHYS_BASE 0xc640000032#define ENP2611_PM3386_1_VIRT_BASE 0xfe20000033#define ENP2611_PM3386_1_SIZE 0x001000003435#define ENP2611_GPIO_SCL 736#define ENP2611_GPIO_SDA 63738#define IRQ_ENP2611_THERMAL IRQ_IXP2000_GPIO439#define IRQ_ENP2611_OPTION_BOARD IRQ_IXP2000_GPIO340#define IRQ_ENP2611_CALEB IRQ_IXP2000_GPIO241#define IRQ_ENP2611_PM3386_1 IRQ_IXP2000_GPIO142#define IRQ_ENP2611_PM3386_0 IRQ_IXP2000_GPIO0434445#endif464748