参照龙芯1c手册更正看门狗寄存器宏定义

This commit is contained in:
liufeilong 2019-08-21 13:44:55 +08:00
parent 9e2dedeff5
commit ab818cda30
1 changed files with 74 additions and 74 deletions

View File

@ -145,8 +145,8 @@ struct ls1c_cop_regs
/* Watch Dog registers */
#define WDT_EN __REG32(WDT_BASE + 0x00)
#define WDT_SET __REG32(WDT_BASE + 0x04)
#define WDT_TIMER __REG32(WDT_BASE + 0x08)
#define WDT_SET __REG32(WDT_BASE + 0x08)
#define WDT_TIMER __REG32(WDT_BASE + 0x04)
#define PLL_FREQ __REG32(0xbfe78030)
#define PLL_DIV_PARAM __REG32(0xbfe78034)