hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/mach-mmp/regs-icu.h
....@@ -1,9 +1,6 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Interrupt Control Unit
3
- *
4
- * This program is free software; you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License version 2 as
6
- * published by the Free Software Foundation.
74 */
85
96 #ifndef __ASM_MACH_ICU_H
....@@ -14,6 +11,9 @@
1411 #define ICU_VIRT_BASE (AXI_VIRT_BASE + 0x82000)
1512 #define ICU_REG(x) (ICU_VIRT_BASE + (x))
1613
14
+#define ICU2_VIRT_BASE (AXI_VIRT_BASE + 0x84000)
15
+#define ICU2_REG(x) (ICU2_VIRT_BASE + (x))
16
+
1717 #define ICU_INT_CONF(n) ICU_REG((n) << 2)
1818 #define ICU_INT_CONF_MASK (0xf)
1919