Blame view

kernel/linux-rt-4.4.41/arch/arm/boot/dts/zx296702-ad1.dts 555 Bytes
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
  
  /dts-v1/;
  
  #include "zx296702.dtsi"
  
  / {
  	model = "ZTE ZX296702 AD1 Board";
  	compatible = "zte,zx296702-ad1", "zte,zx296702";
  
  	aliases {
  		serial0 = &uart0;
  		serial1 = &uart1;
  	};
  
  	memory {
  		reg = <0x50000000 0x20000000>;
  	};
  };
  
  &mmc0 {
  	num-slots = <1>;
  	supports-highspeed;
  	non-removable;
  	disable-wp;
  	status = "okay";
  
  	slot@0 {
  		reg = <0>;
  		bus-width = <4>;
  	};
  };
  
  &mmc1 {
  	num-slots = <1>;
  	supports-highspeed;
  	non-removable;
  	disable-wp;
  	status = "okay";
  
  	slot@0 {
  		reg = <0>;
  		bus-width = <8>;
  	};
  };
  
  &uart0 {
  	status = "okay";
  };