summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/hi3716-dkb.dts
blob: 91beec5f236f489bd2e2350f47372fab9455120e (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/*
 * Copyright (c) 2013 Linaro Ltd.
 * Copyright (c) 2013 Hisilicon Limited.
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License version 2 as
 *  publishhed by the Free Software Foundation.
 */

/dts-v1/;
/include/ "hi3716.dtsi"

/ {
	model = "Hisilicon Hi3716 Development Board";
	compatible = "hisilicon,hi3716";

	chosen {
		bootargs = "console=ttyAMA0,115200";
	};

	cpus {
		#address-cells = <1>;
		#size-cells = <0>;

		cpu@0 {
			compatible = "arm,cortex-a9";
			device_type = "cpu";
			reg = <0>;
			next-level-cache = <&l2>;
		};

		cpu@1 {
			compatible = "arm,cortex-a9";
			device_type = "cpu";
			reg = <1>;
			next-level-cache = <&l2>;
		};
	};

	memory {
		device_type = "memory";
		reg = <0x00000000 0x80000000>;
	};

	soc {
		amba {
			timer0: timer@f8002000 {
				status = "okay";
			};

			uart0: uart@f8b00000 {
				status = "okay";
			};
		};
	};
};