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.
32 lines
483 B
32 lines
483 B
9 years ago
|
/*
|
||
|
* Cavium Thunder DTS file - Thunder board description
|
||
|
*
|
||
|
* Copyright (C) 2014, Cavium Inc.
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+ or X11
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
/include/ "thunderx-88xx.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Cavium ThunderX CN88XX board";
|
||
|
compatible = "cavium,thunder-88xx";
|
||
|
|
||
|
aliases {
|
||
|
serial0 = &uaa0;
|
||
|
serial1 = &uaa1;
|
||
|
};
|
||
|
|
||
|
chosen {
|
||
|
stdout-path = &uaa0;
|
||
|
};
|
||
|
|
||
|
memory@00000000 {
|
||
|
device_type = "memory";
|
||
|
reg = <0x0 0x00000000 0x0 0x80000000>;
|
||
|
};
|
||
|
};
|