0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003 * Copyright (C) 2013-2014 Linaro Ltd.
0004 * Author: Haojian Zhuang <haojian.zhuang@linaro.org>
0005 */
0006
0007 /dts-v1/;
0008
0009 #include "hip04.dtsi"
0010
0011 / {
0012 /* memory bus is 64-bit */
0013 #address-cells = <2>;
0014 #size-cells = <2>;
0015 model = "Hisilicon D01 Development Board";
0016 compatible = "hisilicon,hip04-d01";
0017
0018 memory@0,10000000 {
0019 device_type = "memory";
0020 reg = <0x00000000 0x10000000 0x00000000 0xc0000000>,
0021 <0x00000004 0xc0000000 0x00000003 0x40000000>;
0022 };
0023
0024 soc {
0025 uart0: serial@4007000 {
0026 status = "ok";
0027 };
0028 };
0029 };