summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-rockchip/include/mach/rk3288-regs.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-rockchip/include/mach/rk3288-regs.h')
-rw-r--r--arch/arm/mach-rockchip/include/mach/rk3288-regs.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/arch/arm/mach-rockchip/include/mach/rk3288-regs.h b/arch/arm/mach-rockchip/include/mach/rk3288-regs.h
deleted file mode 100644
index a83a3a818b..0000000000
--- a/arch/arm/mach-rockchip/include/mach/rk3288-regs.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Copyright (C) 2016 PHYTEC Messtechnik GmbH,
- * Author: Wadim Egorov <w.egorov@phytec.de>
- *
- * 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 */