summaryrefslogtreecommitdiff
path: root/board/technologic/ts4800/ts4800.h
diff options
context:
space:
mode:
authorLucile Quirion <lucile.quirion@savoirfairelinux.com>2015-06-30 17:17:47 -0400
committerStefano Babic <sbabic@denx.de>2015-09-02 15:26:13 +0200
commit9ee16897a24dc5643c44b275cca4ad78bce2c56d (patch)
tree89c1c7bdf3ceb59ea8fcba4a433850c923ee4812 /board/technologic/ts4800/ts4800.h
parent0d8c32dd2827f6afb9752c0dcb3b87878bc71b39 (diff)
ARM: ts4800: add basic board support
This commit adds basic support including: MMC, Serial console, TS4800 watchdog The config use CONFIG_SKIP_LOWLEVEL_INIT as U-boot is used as a second stage bootloader. Signed-off-by: Lucile Quirion <lucile.quirion@savoirfairelinux.com> signed-off-by: Damien Riegel <damien.riegel@savoirfairelinux.com> Cc: Stefano Babic <sbabic@denx.de>
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 0000000000..6856b0596a
--- /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