summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-bcm63148/timer.h
blob: 97a503026c38dcab154ab3deb27c8f01d5e187af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: GPL-2.0+
 *
 *  Copyright 2019 Broadcom Ltd.
 */

#ifndef _63148_TIMER_H
#define _63148_TIMER_H

#define TIMR_BASE                               0xfffe8080

#define TIMER_CLKRSTCTL                         0x2c
#define TIMER_CLKRSTCTL_FAP1_PLL_CLKEN          (1<<11)
#define TIMER_CLKRSTCTL_FAP2_PLL_CLKEN          (1<<15)
#define TIMER_WD_RESET                          0x34
#define TIMER_RESET_STATUS                      0x38
#define TIMER_RESET_STATUS_POR                  (1 << 31)

#endif