Blame view

kernel/linux-rt-4.4.41/arch/arm/boot/dts/hisi-x5hd2-dkb.dts 1.44 KB
5113f6f70   김현기   kernel add
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
  /*
   * Copyright (c) 2013-2014 Linaro Ltd.
   * Copyright (c) 2013-2014 Hisilicon Limited.
   *
   *  This program is free software; you can redistribute it and/or modify
   *  it under the terms of the GNU General Public License version 2 as
   *  publishhed by the Free Software Foundation.
   */
  
  /dts-v1/;
  #include "hisi-x5hd2.dtsi"
  
  / {
  	model = "Hisilicon HIX5HD2 Development Board";
  	compatible = "hisilicon,hix5hd2";
  
  	chosen {
  		stdout-path = "serial0:115200n8";
  	};
  
  	cpus {
  		#address-cells = <1>;
  		#size-cells = <0>;
  		enable-method = "hisilicon,hix5hd2-smp";
  
  		cpu@0 {
  			compatible = "arm,cortex-a9";
  			device_type = "cpu";
  			reg = <0>;
  			next-level-cache = <&l2>;
  		};
  
  		cpu@1 {
  			compatible = "arm,cortex-a9";
  			device_type = "cpu";
  			reg = <1>;
  			next-level-cache = <&l2>;
  		};
  	};
  
  	memory {
  		device_type = "memory";
  		reg = <0x00000000 0x80000000>;
  	};
  };
  
  &timer0 {
  	status = "okay";
  };
  
  &uart0 {
  	status = "okay";
  };
  
  &gmac0 {
  	#address-cells = <1>;
  	#size-cells = <0>;
  	phy-handle = <&phy2>;
  	phy-mode = "mii";
  	/* Placeholder, overwritten by bootloader */
  	mac-address = [00 00 00 00 00 00];
  	status = "okay";
  
  	phy2: ethernet-phy@2 {
  		reg = <2>;
  	};
  };
  
  &gmac1 {
  	#address-cells = <1>;
  	#size-cells = <0>;
  	phy-handle = <&phy1>;
  	phy-mode = "rgmii";
  	/* Placeholder, overwritten by bootloader */
  	mac-address = [00 00 00 00 00 00];
  	status = "okay";
  
  	phy1: ethernet-phy@1 {
  		reg = <1>;
  	};
  };
  
  &ahci {
  	phys = <&sata_phy>;
  	phy-names = "sata-phy";
  };