summaryrefslogtreecommitdiff
path: root/xen/arch/arm/include/asm/platforms/exynos5.h
blob: aef5c670849b33ba3015f39378427c560c0823a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef __ASM_ARM_PLATFORMS_EXYNOS5_H
#define __ASM_ARM_PLATFORMS_EXYNOS5_H

#define EXYNOS5_MCT_G_TCON          0x240       /* Relative to MCT_BASE */
#define EXYNOS5_MCT_G_TCON_START    (1 << 8)

#define EXYNOS5_PA_CHIPID           0x10000000
#define EXYNOS5_PA_TIMER            0x12dd0000

#define EXYNOS5_SWRESET             0x0400      /* Relative to PA_PMU */

#endif /* __ASM_ARM_PLATFORMS_EXYNOS5_H */
/*
 * Local variables:
 * mode: C
 * c-file-style: "BSD"
 * c-basic-offset: 4
 * indent-tabs-mode: nil
 * End:
 */