Blame view

kernel/linux-rt-4.4.41/arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts 543 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
  #include "qcom-msm8974.dtsi"
  #include "qcom-pm8841.dtsi"
  #include "qcom-pm8941.dtsi"
  
  / {
  	model = "Sony Xperia Z1";
  	compatible = "sony,xperia-honami", "qcom,msm8974";
  
  	aliases {
  		serial0 = &blsp1_uart2;
  	};
  
  	chosen {
  		stdout-path = "serial0:115200n8";
  	};
  
  	memory@0 {
  		reg = <0 0x40000000>, <0x40000000 0x40000000>;
  		device_type = "memory";
  	};
  };
  
  &soc {
  	serial@f991e000 {
  		status = "ok";
  	};
  };
  
  &spmi_bus {
  	pm8941@0 {
  		coincell@2800 {
  			status = "ok";
  			qcom,rset-ohms = <2100>;
  			qcom,vset-millivolts = <3000>;
  		};
  	};
  };