1/*
2 * dts file for Hisilicon HiKey Development Board
3 *
4 * Copyright (C) 2015, Hisilicon Ltd.
5 *
6 */
7
8/dts-v1/;
9
10/*Reserved 1MB memory for MCU*/
11/memreserve/ 0x05e00000 0x00100000;
12
13#include "hi6220.dtsi"
14
15/ {
16	model = "HiKey Development Board";
17	compatible = "hisilicon,hi6220-hikey", "hisilicon,hi6220";
18
19	aliases {
20		serial0 = &uart0;
21	};
22
23	chosen {
24		stdout-path = "serial0:115200n8";
25	};
26
27	memory@0 {
28		device_type = "memory";
29		reg = <0x0 0x0 0x0 0x40000000>;
30	};
31};
32