Source
1
+
// SPDX-License-Identifier: GPL-2.0+
1
2
/*
2
3
* TI OMAP timer driver
3
4
*
4
5
* Copyright (C) 2015, Texas Instruments, Incorporated
5
-
*
6
-
* SPDX-License-Identifier: GPL-2.0+
7
6
*/
8
7
9
8
#include <common.h>
10
9
#include <dm.h>
11
10
#include <errno.h>
12
11
#include <timer.h>
13
12
#include <asm/io.h>
14
13
#include <asm/arch/clock.h>
15
14
16
15
/* Timer register bits */