1/** 2 * dts file for Hisilicon D02 Development Board 3 * 4 * Copyright (C) 2014,2015 Hisilicon Ltd. 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 8 * publishhed by the Free Software Foundation. 9 * 10 */ 11 12/dts-v1/; 13 14#include "hip05.dtsi" 15 16/ { 17 model = "Hisilicon Hip05 D02 Development Board"; 18 compatible = "hisilicon,hip05-d02"; 19 20 memory@00000000 { 21 device_type = "memory"; 22 reg = <0x0 0x00000000 0x0 0x80000000>; 23 }; 24 25 aliases { 26 serial0 = &uart0; 27 }; 28 29 chosen { 30 stdout-path = "serial0:115200n8"; 31 }; 32}; 33 34&uart0 { 35 status = "ok"; 36}; 37