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#include "hikey960-pinctrl.dtsi"
12
13/ {
14	model = "HiKey960";
15	compatible = "hisilicon,hi3660-hikey960", "hisilicon,hi3660";
16
17	aliases {
18		serial5 = &uart5;       /* console UART */
19	};
20
21	chosen {
22		stdout-path = "serial5:115200n8";
23	};
24
25	memory@0 {
26		device_type = "memory";
27		/* rewrite this at bootloader */
28		reg = <0x0 0x0 0x0 0x0>;
29	};
30};
31
32&i2c0 {
33	/* On Low speed expansion */
34	label = "LS-I2C0";
35	status = "okay";
36};
37
38&i2c1 {
39	status = "okay";
40
41	adv7533: adv7533@39 {
42		status = "ok";
43		compatible = "adi,adv7533";
44		reg = <0x39>;
45	};
46};
47
48&i2c7 {
49	/* On Low speed expansion */
50	label = "LS-I2C1";
51	status = "okay";
52};
53
54&uart5 {
55	status = "okay";
56};
57