1/*
2 * dts file for Hisilicon HiKey960 Development Board
3 *
4 * Copyright (C) 2016, Hisilicon Ltd.
5 *
6 */
7
8/dts-v1/;
9
10#include "hi3660.dtsi"
11
12/ {
13	model = "HiKey960";
14	compatible = "hisilicon,hi3660";
15
16	aliases {
17		serial5 = &uart5;       /* console UART */
18	};
19
20	chosen {
21		stdout-path = "serial5:115200n8";
22	};
23
24	memory@0 {
25		device_type = "memory";
26		/* rewrite this at bootloader */
27		reg = <0x0 0x0 0x0 0x0>;
28	};
29};
30
31&uart5 {
32	status = "okay";
33};
34