diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-11-06 15:39:28 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-11-10 09:43:48 +0900 |
commit | 6a994e5bb6ba0193d655e2cd67ff8d93bfe66d82 (patch) | |
tree | 003df5f27bc5435197a1ff656b84ed49f5de3411 /board/renesas/gose/qos.h | |
parent | 062edd2bec2395353a5631a8648c33d4f850b7e5 (diff) | |
download | u-boot-imx-6a994e5bb6ba0193d655e2cd67ff8d93bfe66d82.zip u-boot-imx-6a994e5bb6ba0193d655e2cd67ff8d93bfe66d82.tar.gz u-boot-imx-6a994e5bb6ba0193d655e2cd67ff8d93bfe66d82.tar.bz2 |
arm: rmobile: Add support gose board
The gose board has R8A7793, 1GB DDR3-SDRAM, USB, Ethernet, and more.
This patch supports the following functions:
- DDR3-SDRAM
- SCIF
- QSPI
- SPI
Signed-off-by: Hisashi Nakamura <hisashi.nakamura.ak@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
CC: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'board/renesas/gose/qos.h')
-rw-r--r-- | board/renesas/gose/qos.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/board/renesas/gose/qos.h b/board/renesas/gose/qos.h new file mode 100644 index 0000000..ffd4047 --- /dev/null +++ b/board/renesas/gose/qos.h @@ -0,0 +1,12 @@ +/* + * Copyright (C) 2014 Renesas Electronics Corporation + * + * SPDX-License-Identifier: GPL-2.0 + */ + +#ifndef __QOS_H__ +#define __QOS_H__ + +void qos_init(void); + +#endif |