Browse Source

add AR913x specific reset register offsets

SVN-Revision: 13517
Gabor Juhos 17 years ago
parent
commit
dedd0dceda
1 changed files with 6 additions and 0 deletions
  1. 6 0
      target/linux/ar71xx/files/include/asm-mips/mach-ar71xx/ar71xx.h

+ 6 - 0
target/linux/ar71xx/files/include/asm-mips/mach-ar71xx/ar71xx.h

@@ -311,6 +311,12 @@ extern void ar71xx_ddr_flush(u32 reg);
 #define AR71XX_RESET_REG_PERFC1			0x34
 #define AR71XX_RESET_REG_REV_ID			0x90
 
+#define AR91XX_RESET_REG_GLOBAL_INT_STATUS	0x18
+#define AR91XX_RESET_REG_RESET_MODULE		0x1c
+#define AR91XX_RESET_REG_PERF_CTRL		0x20
+#define AR91XX_RESET_REG_PERFC0			0x24
+#define AR91XX_RESET_REG_PERFC1			0x28
+
 #define WDOG_CTRL_LAST_RESET		BIT(31)
 #define WDOG_CTRL_ACTION_MASK		3
 #define WDOG_CTRL_ACTION_NONE		0	/* no action */