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#include "hikey970-pinctrl.dtsi"
14
15/ {
16	model = "HiKey970";
17	compatible = "hisilicon,hi3670-hikey970", "hisilicon,hi3670";
18
19	aliases {
20		serial6 = &uart6;       /* console UART */
21	};
22
23	chosen {
24		stdout-path = "serial6:115200n8";
25	};
26
27	memory@0 {
28		device_type = "memory";
29		/* expect bootloader to fill in this region */
30		reg = <0x0 0x0 0x0 0x0>;
31	};
32};
33
34&uart6 {
35	status = "okay";
36};
37