hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
// SPDX-License-Identifier: GPL-2.0-only
/**
 * dts file for Hisilicon D03 Development Board
 *
 * Copyright (C) 2016 Hisilicon Ltd.
 */
 
/dts-v1/;
 
#include "hip06.dtsi"
 
/ {
   model = "Hisilicon Hip06 D03 Development Board";
   compatible = "hisilicon,hip06-d03";
 
   memory@0 {
       device_type = "memory";
       reg = <0x0 0x00000000 0x0 0x40000000>;
   };
 
   chosen { };
};
 
&ipmi0 {
   status = "okay";
};
 
&uart0 {
   status = "okay";
};
 
&eth0 {
   status = "okay";
};
 
&eth1 {
   status = "okay";
};
 
&eth2 {
   status = "okay";
};
 
&eth3 {
   status = "okay";
};
 
&sas1 {
   status = "okay";
};
 
&usb_ohci {
   status = "okay";
};
 
&usb_ehci {
   status = "okay";
};