Blame view

kernel/linux-rt-4.4.41/arch/mips/boot/dts/mti/sead3.dts 378 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
  /dts-v1/;
  
  /memreserve/ 0x00000000 0x00001000;	// reserved
  /memreserve/ 0x00001000 0x000ef000;	// ROM data
  /memreserve/ 0x000f0000 0x004cc000;	// reserved
  
  / {
  	#address-cells = <1>;
  	#size-cells = <1>;
  	compatible = "mti,sead-3";
  
  	cpus {
  		cpu@0 {
  			compatible = "mti,mips14KEc", "mti,mips14Kc";
  		};
  	};
  
  	memory {
  		device_type = "memory";
  		reg = <0x0 0x08000000>;
  	};
  };