diff options
author | Sergey Temerkhanov <s.temerkhanov@gmail.com> | 2015-10-14 09:55:49 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-01-19 22:25:37 +0000 |
commit | 1674bd1a77447d0a96982fe7d056d74fa143e4d4 (patch) | |
tree | 70dab12a2883cd71945a01a64a82ba88d2b6fee8 /arch/arm/dts/thunderx-88xx.dts | |
parent | 284ca9cd6ee4b3026dd7c5a4c918e411be72a89b (diff) | |
download | u-boot-1674bd1a77447d0a96982fe7d056d74fa143e4d4.tar.gz |
armv8: cavium: Add the device tree for ThunderX
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>
Diffstat (limited to 'arch/arm/dts/thunderx-88xx.dts')
-rw-r--r-- | arch/arm/dts/thunderx-88xx.dts | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/arch/arm/dts/thunderx-88xx.dts b/arch/arm/dts/thunderx-88xx.dts new file mode 100644 index 0000000000..08f267879f --- /dev/null +++ b/arch/arm/dts/thunderx-88xx.dts @@ -0,0 +1,31 @@ +/* + * 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>; + }; +}; |