summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/uniphier/ph1-pro4/platdevice.c
blob: 31ee2a210002d2c67759191b515e105d90ed8cd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * Copyright (C) 2014 Panasonic Corporation
 *   Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#include <asm/arch/platdevice.h>

#define UART_MASTER_CLK		73728000

SERIAL_DEVICE(0, 0x54006800, UART_MASTER_CLK)
SERIAL_DEVICE(1, 0x54006900, UART_MASTER_CLK)
SERIAL_DEVICE(2, 0x54006a00, UART_MASTER_CLK)
SERIAL_DEVICE(3, 0x54006b00, UART_MASTER_CLK)

struct uniphier_ehci_platform_data uniphier_ehci_platdata[] = {
	{
		.base = 0x5a800100,
	},
	{
		.base = 0x5a810100,
	},
};
OpenPOWER on IntegriCloud