mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
1674bd1a77
This commit adds the FDT for the ThunderX family of SoCs Signed-off-by: Sergey Temerkhanov <s.temerkhanov@gmail.com> Signed-off-by: Radha Mohan Chintakuntla <rchintakuntla@cavium.com> Reviewed-by: Simon Glass <sjg@chromium.org>
31 lines
483 B
Text
31 lines
483 B
Text
/*
|
|
* 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>;
|
|
};
|
|
};
|