blob: a68ef52b652078c2205d20d3edba1bcb4346258e [file] [log] [blame]
/*
* include/linux/amlogic/media/registers/regs/sys_regs.h
*
* Copyright (C) 2017 Amlogic, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
*/
#ifndef SYS_REGS_HEADER_
#define SYS_REGS_HEADER_
/*
* pay attention : the regs range has
* changed to 0x04xx in txlx, it was
* converted automatically based on
* the platform at init.
* #define RESET0_REGISTER 0x0401
*/
#define RESET0_REGISTER 0x1101
#define RESET1_REGISTER 0x1102
#define RESET2_REGISTER 0x1103
#define RESET3_REGISTER 0x1104
#define RESET4_REGISTER 0x1105
#define RESET5_REGISTER 0x1106
#define RESET6_REGISTER 0x1107
#define RESET7_REGISTER 0x1108
#define ASSIST_HW_REV 0x1f53
#endif