2 * \brief Contains the physical memory locations of device registers in
6 * Copyright (c) 2013, ETH Zurich.
9 * This file is distributed under the terms in the attached LICENSE file.
10 * If you do not find this file, copies can be found by writing to:
11 * ETH Zurich D-INFK, Haldeneggsteig 4, CH-8092 Zurich. Attn: Systems Group.
13 #ifndef DEVICE_REGISTERS_H_
14 #define DEVICE_REGISTERS_H_
16 #define OMAP44XX_CAM_CM2 0x4A009000
17 #define OMAP44XX_DEVICE_PRM 0x4A307000
18 #define OMAP44XX_CAM_PRM 0x4A307000
19 #define OMAP44XX_FDIF 0x4A10A000
21 #endif // DEVICE_REGISTERS_H_