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#include "hi6220-ion.dtsi"
15
16/ {
17	model = "HiKey Development Board";
18	compatible = "hisilicon,hi6220-hikey", "hisilicon,hi6220";
19
20	aliases {
21		serial0 = &uart0; /* On board UART0 */
22		serial1 = &uart1; /* BT UART */
23		serial2 = &uart2; /* LS Expansion UART0 */
24		serial3 = &uart3; /* LS Expansion UART1 */
25	};
26
27	chosen {
28		stdout-path = "serial3:115200n8";
29	};
30
31	memory@0 {
32		device_type = "memory";
33		reg = <0x0 0x0 0x0 0x40000000>;
34	};
35};
36