sh: Add SH7723 SCIF support
Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
aab2545fdd
commit
576b91873f
1 changed files with 15 additions and 0 deletions
|
@ -16,6 +16,21 @@
|
||||||
|
|
||||||
static struct plat_sci_port sci_platform_data[] = {
|
static struct plat_sci_port sci_platform_data[] = {
|
||||||
{
|
{
|
||||||
|
.mapbase = 0xffe00000,
|
||||||
|
.flags = UPF_BOOT_AUTOCONF,
|
||||||
|
.type = PORT_SCIF,
|
||||||
|
.irqs = { 80, 80, 80, 80 },
|
||||||
|
},{
|
||||||
|
.mapbase = 0xffe10000,
|
||||||
|
.flags = UPF_BOOT_AUTOCONF,
|
||||||
|
.type = PORT_SCIF,
|
||||||
|
.irqs = { 81, 81, 81, 81 },
|
||||||
|
},{
|
||||||
|
.mapbase = 0xffe20000,
|
||||||
|
.flags = UPF_BOOT_AUTOCONF,
|
||||||
|
.type = PORT_SCIF,
|
||||||
|
.irqs = { 82, 82, 82, 82 },
|
||||||
|
},{
|
||||||
.mapbase = 0xa4e30000,
|
.mapbase = 0xa4e30000,
|
||||||
.flags = UPF_BOOT_AUTOCONF,
|
.flags = UPF_BOOT_AUTOCONF,
|
||||||
.type = PORT_SCI,
|
.type = PORT_SCI,
|
||||||
|
|
Loading…
Reference in a new issue