c9a3af65849432258f084629b5c4be32d648b2ea
[platform/kernel/u-boot.git] / arch / arm / mach-omap2 / am33xx / prcm-regs.c
1 /*
2  * HW regs data for AM33xx.
3  *
4  * (C) Copyright 2017 Linaro Ltd.
5  * Sam Protsenko <semen.protsenko@linaro.org>
6  *
7  * SPDX-License-Identifier:     GPL-2.0+
8  */
9
10 #include <asm/arch/hardware.h>
11 #include <asm/omap_common.h>
12
13 struct omap_sys_ctrl_regs const am33xx_ctrl = {
14         .control_status = CTRL_BASE + 0x40,
15 };