summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/thunderx-88xx.dts
blob: 08f267879f9dcd0b4aae0d4801671abbc713e71d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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>;
	};
};
OpenPOWER on IntegriCloud