blob: 52d5335f6569376577957045652abebde8fd1422 [file] [log] [blame]
Angel Ponsa2ee7612020-04-04 18:51:15 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Patrick Georgi40a3e322015-06-22 19:41:29 +02002
Kyösti Mälkki13f66502019-03-03 08:01:05 +02003#include <device/mmio.h>
Patrick Georgi40a3e322015-06-22 19:41:29 +02004#include <soc/addressmap.h>
5#include <timer.h>
6
7void timer_monotonic_get(struct mono_time *mt)
8{
9 mono_time_set_usecs(mt, read32((void *)TEGRA_TMRUS_BASE));
10}