]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/include/asm/arch-rmobile/sh73a0.h
Merge branch 'master' of git://git.denx.de/u-boot-ti
[karo-tx-uboot.git] / arch / arm / include / asm / arch-rmobile / sh73a0.h
index c33bf21e411f640debdf94131ec0fc4dc4a45d5b..bdbb4086421846fb1f5e9ba9138441dec72e8517 100644 (file)
 #define SRESCR (CPG_BASE + 0x1018)
 #define PCLKCR (CPG_BASE + 0x1020)
 
+/* SYSC */
+#define SYSC_BASE   (0xE6180000)
+#define RESCNT2        (SYSC_BASE + 0x8020)
+
 /* BSC */
 #define BSC_BASE (0xFEC10000)
 
@@ -59,7 +63,9 @@
 /* RWDT */
 struct sh73a0_rwdt {
        u16 rwtcnt0;    /* 0x00 */
+       u16 dummy0;     /* 0x02 */
        u16 rwtcsra0;   /* 0x04 */
+       u16 dummy1;     /* 0x06 */
        u16 rwtcsrb0;   /* 0x08 */
 };
 
@@ -228,7 +234,9 @@ struct sh73a0_sbsc_cpg {
        u32 smstpcr3;
        u32 smstpcr4;
        u32 smstpcr5;
-       u32 dummy11[10]; /* 0x148 .. 0x16c */
+       u32 dummy11[2]; /* 0x148 .. 0x14c */
+       u32 cpgxxcs4;
+       u32 dummy12[7]; /* 0x154 .. 0x16c */
        u32 dvfscr2;
        u32 dvfscr3;
        u32 dvfscr4;