aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/include
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/hardware/tzic-sp890.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/include/asm/hardware/tzic-sp890.h b/arch/arm/include/asm/hardware/tzic-sp890.h
new file mode 100644
index 00000000000..5ffd661b219
--- /dev/null
+++ b/arch/arm/include/asm/hardware/tzic-sp890.h
@@ -0,0 +1,22 @@
+#ifndef __SP890_TZIC_H__
+#define __SP890_TZIC_H__
+
+#define SP890_TZIC_UNLOCK_MAGIC (0x0ACCE550)
+
+#define SP890_TZIC_FIQSTATUS 0
+#define SP890_TZIC_RAWINTR 4
+#define SP890_TZIC_INTSELECT 8
+#define SP890_TZIC_FIQENABLE 0xc
+#define SP890_TZIC_FIQENCLEAR 0x10
+#define SP890_TZIC_FIQBYPASS 0x14
+#define SP890_TZIC_PROTECTION 0x18
+#define SP890_TZIC_LOCK 0x1c
+#define SP890_TZIC_LOCKSTATUS 0x20
+#define SP890_TZIC_ITCR 0x300
+#define SP890_TZIC_ITIP1 0x304
+#define SP890_TZIC_ITIP2 0x308
+#define SP890_TZIC_ITOP1 0x30c
+#define SP890_TZIC_ITOP2 0x310
+#define SP890_TZIC_PERIPHIDO 0xfe0
+
+#endif