X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Farm%2Finclude%2Fasm%2Farch-rmobile%2Fsh73a0.h;h=bdbb4086421846fb1f5e9ba9138441dec72e8517;hb=fafcfc5a98709c8e5547d0e327fd14f3da065d4f;hp=c33bf21e411f640debdf94131ec0fc4dc4a45d5b;hpb=1cdf2482d11f30ad65b64cfcb02c194a5a440f75;p=oweals%2Fu-boot.git diff --git a/arch/arm/include/asm/arch-rmobile/sh73a0.h b/arch/arm/include/asm/arch-rmobile/sh73a0.h index c33bf21e41..bdbb408642 100644 --- a/arch/arm/include/asm/arch-rmobile/sh73a0.h +++ b/arch/arm/include/asm/arch-rmobile/sh73a0.h @@ -40,6 +40,10 @@ #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;