提交 67eaa3e4 编写于 作者: K Kuninori Morimoto 提交者: Paul Mundt

sh: Add watch-dog register address for SH7722/SH7723/SH7724

Signed-off-by: NKuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 bec9fb07
...@@ -21,6 +21,12 @@ ...@@ -21,6 +21,12 @@
#define WTCNT 0xffcc0000 /*WDTST*/ #define WTCNT 0xffcc0000 /*WDTST*/
#define WTST WTCNT #define WTST WTCNT
#define WTBST 0xffcc0008 /*WDTBST*/ #define WTBST 0xffcc0008 /*WDTBST*/
/* Register definitions */
#elif defined(CONFIG_CPU_SUBTYPE_SH7722) || \
defined(CONFIG_CPU_SUBTYPE_SH7723) || \
defined(CONFIG_CPU_SUBTYPE_SH7724)
#define WTCNT 0xa4520000
#define WTCSR 0xa4520004
#else #else
/* Register definitions */ /* Register definitions */
#define WTCNT 0xffc00008 #define WTCNT 0xffc00008
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册