1/** 2 * dts file for Hisilicon D03 Development Board 3 * 4 * Copyright (C) 2016 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 "hip06.dtsi" 15 16/ { 17 model = "Hisilicon Hip06 D03 Development Board"; 18 compatible = "hisilicon,hip06-d03"; 19 20 memory@00000000 { 21 device_type = "memory"; 22 reg = <0x0 0x00000000 0x0 0x40000000>; 23 }; 24 25 chosen { }; 26}; 27 28&usb_ohci { 29 status = "ok"; 30}; 31 32&usb_ehci { 33 status = "ok"; 34}; 35