]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/mach-uniphier/ph1-ld4/platdevice.c
c0e62943be3f8903c427f3f751ca07fc1546fa68
[people/ms/u-boot.git] / arch / arm / mach-uniphier / ph1-ld4 / platdevice.c
1 /*
2 * Copyright (C) 2014-2015 Panasonic Corporation
3 * Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8 #include <mach/platdevice.h>
9
10 #define UART_MASTER_CLK 36864000
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)