]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[karo-tx-linux.git] / arch / arm / boot / dts / qcom-msm8974-sony-xperia-honami.dts
1 #include "qcom-msm8974.dtsi"
2 #include "qcom-pm8841.dtsi"
3 #include "qcom-pm8941.dtsi"
4
5 / {
6         model = "Sony Xperia Z1";
7         compatible = "sony,xperia-honami", "qcom,msm8974";
8
9         aliases {
10                 serial0 = &blsp1_uart2;
11         };
12
13         chosen {
14                 stdout-path = "serial0:115200n8";
15         };
16
17         memory@0 {
18                 reg = <0 0x40000000>, <0x40000000 0x40000000>;
19                 device_type = "memory";
20         };
21 };
22
23 &soc {
24         serial@f991e000 {
25                 status = "ok";
26         };
27 };
28
29 &spmi_bus {
30         pm8941@0 {
31                 coincell@2800 {
32                         status = "ok";
33                         qcom,rset-ohms = <2100>;
34                         qcom,vset-millivolts = <3000>;
35                 };
36         };
37 };