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