aboutsummaryrefslogtreecommitdiff
path: root/board/technologic/ts4800/ts4800.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/technologic/ts4800/ts4800.h')
-rw-r--r--board/technologic/ts4800/ts4800.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/board/technologic/ts4800/ts4800.h b/board/technologic/ts4800/ts4800.h
new file mode 100644
index 0000000..6856b05
--- /dev/null
+++ b/board/technologic/ts4800/ts4800.h
@@ -0,0 +1,16 @@
+/*
+ * (C) Copyright 2015 Savoir-faire Linux Inc.
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef _TS4800_H
+#define _TS4800_H
+
+#define TS4800_SYSCON_BASE 0xb0010000
+
+struct ts4800_wtd_regs {
+ u16 feed;
+};
+
+#endif