blob: d4c661e5a896598c13a56a66115bffb74604f025 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Semen Protsenko00bbe962017-06-02 18:00:00 +03002/*
3 * HW regs data for AM33xx.
4 *
5 * (C) Copyright 2017 Linaro Ltd.
6 * Sam Protsenko <semen.protsenko@linaro.org>
Semen Protsenko00bbe962017-06-02 18:00:00 +03007 */
8
9#include <asm/arch/hardware.h>
10#include <asm/omap_common.h>
11
12struct omap_sys_ctrl_regs const am33xx_ctrl = {
13 .control_status = CTRL_BASE + 0x40,
14};