Blame view

kernel/linux-rt-4.4.41/arch/mips/boot/dts/ingenic/ci20.dts 485 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
  /dts-v1/;
  
  #include "jz4780.dtsi"
  
  / {
  	compatible = "img,ci20", "ingenic,jz4780";
  
  	aliases {
  		serial0 = &uart0;
  		serial1 = &uart1;
  		serial3 = &uart3;
  		serial4 = &uart4;
  	};
  
  	chosen {
  		stdout-path = &uart4;
  	};
  
  	memory {
  		device_type = "memory";
  		reg = <0x0 0x10000000
  		       0x30000000 0x30000000>;
  	};
  };
  
  &ext {
  	clock-frequency = <48000000>;
  };
  
  &uart0 {
  	status = "okay";
  };
  
  &uart1 {
  	status = "okay";
  };
  
  &uart3 {
  	status = "okay";
  };
  
  &uart4 {
  	status = "okay";
  };