2014-10-01 02:49:49 +04:00
|
|
|
#include "qcom-msm8974.dtsi"
|
2015-02-03 15:17:59 +03:00
|
|
|
#include "qcom-pm8841.dtsi"
|
|
|
|
#include "qcom-pm8941.dtsi"
|
2014-10-01 02:49:49 +04:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Sony Xperia Z1";
|
|
|
|
compatible = "sony,xperia-honami", "qcom,msm8974";
|
|
|
|
|
2015-06-17 00:31:53 +03:00
|
|
|
aliases {
|
|
|
|
serial0 = &blsp1_uart2;
|
|
|
|
};
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
stdout-path = "serial0:115200n8";
|
|
|
|
};
|
|
|
|
|
2014-10-01 02:49:49 +04:00
|
|
|
memory@0 {
|
|
|
|
reg = <0 0x40000000>, <0x40000000 0x40000000>;
|
|
|
|
device_type = "memory";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&soc {
|
|
|
|
serial@f991e000 {
|
|
|
|
status = "ok";
|
2015-10-21 07:57:44 +03:00
|
|
|
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&blsp1_uart2_pin_a>;
|
|
|
|
};
|
|
|
|
|
|
|
|
pinctrl@fd510000 {
|
|
|
|
blsp1_uart2_pin_a: blsp1-uart2-pin-active {
|
|
|
|
rx {
|
|
|
|
pins = "gpio5";
|
|
|
|
function = "blsp_uart2";
|
|
|
|
|
|
|
|
drive-strength = <2>;
|
|
|
|
bias-pull-up;
|
|
|
|
};
|
|
|
|
|
|
|
|
tx {
|
|
|
|
pins = "gpio4";
|
|
|
|
function = "blsp_uart2";
|
|
|
|
|
|
|
|
drive-strength = <4>;
|
|
|
|
bias-disable;
|
|
|
|
};
|
|
|
|
};
|
2014-10-01 02:49:49 +04:00
|
|
|
};
|
|
|
|
};
|
2015-07-17 02:55:33 +03:00
|
|
|
|
|
|
|
&spmi_bus {
|
|
|
|
pm8941@0 {
|
|
|
|
coincell@2800 {
|
|
|
|
status = "ok";
|
|
|
|
qcom,rset-ohms = <2100>;
|
|
|
|
qcom,vset-millivolts = <3000>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|