Loading...
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ð0 {
29 status = "ok";
30};
31
32ð1 {
33 status = "ok";
34};
35
36ð2 {
37 status = "ok";
38};
39
40ð3 {
41 status = "ok";
42};
43
44&sas1 {
45 status = "ok";
46};
47
48&usb_ohci {
49 status = "ok";
50};
51
52&usb_ehci {
53 status = "ok";
54};