mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-01 22:23:10 +01:00
add AR913x specific reset register offsets
SVN-Revision: 13517
This commit is contained in:
parent
d5bbef37fe
commit
dedd0dceda
1 changed files with 6 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue