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"; 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&uart5 { 33 status = "okay"; 34}; 35