]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/mach-uniphier/ph1-ld4/platdevice.c
ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h>
[people/ms/u-boot.git] / arch / arm / mach-uniphier / ph1-ld4 / platdevice.c
CommitLineData
d064cbff
MY
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
a86ac954 8#include <mach/platdevice.h>
d064cbff
MY
9
10#define UART_MASTER_CLK 36864000
11
12SERIAL_DEVICE(0, 0x54006800, UART_MASTER_CLK)
13SERIAL_DEVICE(1, 0x54006900, UART_MASTER_CLK)
14SERIAL_DEVICE(2, 0x54006a00, UART_MASTER_CLK)
15SERIAL_DEVICE(3, 0x54006b00, UART_MASTER_CLK)
048899ba 16
048899ba
MY
17struct uniphier_ehci_platform_data uniphier_ehci_platdata[] = {
18 {
19 .base = 0x5a800100,
20 },
21 {
22 .base = 0x5a810100,
23 },
24 {
25 .base = 0x5a820100,
26 },
27};