1// SPDX-License-Identifier: GPL-2.0
2/*
3 * dts file for Hisilicon HiKey970 Development Board
4 *
5 * Copyright (C) 2016, Hisilicon Ltd.
6 * Copyright (C) 2018, Linaro Ltd.
7 *
8 */
9
10/dts-v1/;
11
12#include "hi3670.dtsi"
13
14/ {
15	model = "HiKey970";
16	compatible = "hisilicon,hi3670-hikey970", "hisilicon,hi3670";
17
18	aliases {
19		serial6 = &uart6;       /* console UART */
20	};
21
22	chosen {
23		stdout-path = "serial6:115200n8";
24	};
25
26	memory@0 {
27		device_type = "memory";
28		/* expect bootloader to fill in this region */
29		reg = <0x0 0x0 0x0 0x0>;
30	};
31};
32
33&uart6 {
34	status = "okay";
35};
36