1/* 2 * Copyright (c) 2015 HiSilicon Technologies Co., Ltd. 3 * 4 * This program is free software; you can redistribute it and/or modify it 5 * under the terms of the GNU General Public License as published by the 6 * Free Software Foundation; either version 2 of the License, or (at your 7 * option) any later version. 8 * 9 * This program is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * GNU General Public License for more details. 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with this program. If not, see <http://www.gnu.org/licenses/>. 16 * 17 */ 18 19/dts-v1/; 20#include "hi3519.dtsi" 21 22/ { 23 model = "HiSilicon HI3519 DEMO Board"; 24 compatible = "hisilicon,hi3519"; 25 26 aliases { 27 serial0 = &uart0; 28 }; 29 30 memory { 31 device_type = "memory"; 32 reg = <0x80000000 0x40000000>; 33 }; 34}; 35 36&uart0 { 37 status = "okay"; 38}; 39 40&dual_timer0 { 41 status = "okay"; 42}; 43