summaryrefslogtreecommitdiff
path: root/board/renesas/alt/qos.h
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-06-26 10:23:30 +0900
committerNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-07-24 14:03:46 +0900
commitcff2f5f09ee8ab45b86eed7228bacbce6eca9f01 (patch)
treebd5cf6cef720472ba9029686a86bd0022545042b /board/renesas/alt/qos.h
parentfafcfc5a98709c8e5547d0e327fd14f3da065d4f (diff)
downloadu-boot-imx-cff2f5f09ee8ab45b86eed7228bacbce6eca9f01.zip
u-boot-imx-cff2f5f09ee8ab45b86eed7228bacbce6eca9f01.tar.gz
u-boot-imx-cff2f5f09ee8ab45b86eed7228bacbce6eca9f01.tar.bz2
arm: rmobile: Add support Alt board
The alt board has R8A7794, 1GB DDR3-SDRAM, USB, Ethernet, QSPI, MMC, SDHI and more. This commit supports the following functions: - DDR3-SDRAM - SCIF - I2C - Ethernet - QSPI Signed-off-by: Hisashi Nakamura <hisashi.nakamura.ak@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Diffstat (limited to 'board/renesas/alt/qos.h')
-rw-r--r--board/renesas/alt/qos.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/board/renesas/alt/qos.h b/board/renesas/alt/qos.h
new file mode 100644
index 0000000..9a6c046
--- /dev/null
+++ b/board/renesas/alt/qos.h
@@ -0,0 +1,12 @@
+/*
+ * Copyright (C) 2013 Renesas Electronics Corporation
+ *
+ * SPDX-License-Identifier: GPL-2.0
+ */
+
+#ifndef __QOS_H__
+#define __QOS_H__
+
+void qos_init(void);
+
+#endif