Nicolas Pitre | fdd8b07 | 2009-04-22 20:08:17 +0100 | [diff] [blame] | 1 | /* |
| 2 | * arch/arm/mach-orion5x/include/mach/bridge-regs.h |
| 3 | * |
| 4 | * Orion CPU Bridge Registers |
| 5 | * |
| 6 | * This file is licensed under the terms of the GNU General Public |
| 7 | * License version 2. This program is licensed "as is" without any |
| 8 | * warranty of any kind, whether express or implied. |
| 9 | */ |
| 10 | |
| 11 | #ifndef __ASM_ARCH_BRIDGE_REGS_H |
| 12 | #define __ASM_ARCH_BRIDGE_REGS_H |
| 13 | |
| 14 | #include <mach/orion5x.h> |
| 15 | |
| 16 | #define CPU_CONF (ORION5X_BRIDGE_VIRT_BASE | 0x100) |
| 17 | |
| 18 | #define CPU_CTRL (ORION5X_BRIDGE_VIRT_BASE | 0x104) |
| 19 | |
Thomas Reitmayr | 6462c61 | 2009-06-01 13:38:33 +0200 | [diff] [blame] | 20 | #define RSTOUTn_MASK (ORION5X_BRIDGE_VIRT_BASE | 0x108) |
| 21 | #define WDT_RESET_OUT_EN 0x0002 |
Nicolas Pitre | fdd8b07 | 2009-04-22 20:08:17 +0100 | [diff] [blame] | 22 | |
| 23 | #define CPU_SOFT_RESET (ORION5X_BRIDGE_VIRT_BASE | 0x10c) |
| 24 | |
Lennert Buytenhek | 4ee1f6b | 2010-10-15 16:50:26 +0200 | [diff] [blame] | 25 | #define BRIDGE_CAUSE (ORION5X_BRIDGE_VIRT_BASE | 0x110) |
| 26 | |
Nicolas Pitre | fdd8b07 | 2009-04-22 20:08:17 +0100 | [diff] [blame] | 27 | #define POWER_MNG_CTRL_REG (ORION5X_BRIDGE_VIRT_BASE | 0x11C) |
| 28 | |
Nicolas Pitre | fdd8b07 | 2009-04-22 20:08:17 +0100 | [diff] [blame] | 29 | #define WDT_INT_REQ 0x0008 |
| 30 | |
Nicolas Pitre | fdd8b07 | 2009-04-22 20:08:17 +0100 | [diff] [blame] | 31 | #define BRIDGE_INT_TIMER1_CLR (~0x0004) |
| 32 | |
| 33 | #define MAIN_IRQ_CAUSE (ORION5X_BRIDGE_VIRT_BASE | 0x200) |
| 34 | |
| 35 | #define MAIN_IRQ_MASK (ORION5X_BRIDGE_VIRT_BASE | 0x204) |
| 36 | |
| 37 | #define TIMER_VIRT_BASE (ORION5X_BRIDGE_VIRT_BASE | 0x300) |
| 38 | |
| 39 | #endif |