/* * Copyright (C) 2016 PHYTEC Messtechnik GmbH, * Author: Wadim Egorov * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 2 as published by the Free Software Foundation. * * 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 __MACH_RK3288_REGS_H #define __MACH_RK3288_REGS_H #define RK3288_CRU_BASE 0xff760000 #define RK3288_GRF_BASE 0xff770000 /* UART */ #define RK3288_UART0_BASE 0xff180000 #define RK3288_UART1_BASE 0xff190000 #define RK3288_UART2_BASE 0xff690000 #define RK3288_UART3_BASE 0xff1b0000 #define RK3288_UART4_BASE 0xff1c0000 #endif /* __MACH_RK3288_REGS_H */