upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
403 B
15 lines
403 B
/*
|
|
* Copyright (C) 2014-2015 Panasonic Corporation
|
|
* Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#include <mach/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)
|
|
|