]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/uniphier/ph1-pro4/platdevice.c
arm: vf610: improve evaluation of reset source
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / uniphier / ph1-pro4 / platdevice.c
1 /*
2  * Copyright (C) 2014 Panasonic Corporation
3  *   Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 #include <asm/arch/platdevice.h>
9
10 #define UART_MASTER_CLK         73728000
11
12 SERIAL_DEVICE(0, 0x54006800, UART_MASTER_CLK)
13 SERIAL_DEVICE(1, 0x54006900, UART_MASTER_CLK)
14 SERIAL_DEVICE(2, 0x54006a00, UART_MASTER_CLK)
15 SERIAL_DEVICE(3, 0x54006b00, UART_MASTER_CLK)
16
17 /* USB : TODO for Masahiro Yamada: move base address to Device Tree */
18 struct uniphier_ehci_platform_data uniphier_ehci_platdata[] = {
19         {
20                 .base = 0x5a800100,
21         },
22         {
23                 .base = 0x5a810100,
24         },
25 };