xref: /freebsd-src/sys/contrib/device-tree/src/arm/qcom/qcom-msm8974-sony-xperia-rhine-amami.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2*f126890aSEmmanuel Vadot#include "qcom-msm8974-sony-xperia-rhine.dtsi"
3*f126890aSEmmanuel Vadot
4*f126890aSEmmanuel Vadot/ {
5*f126890aSEmmanuel Vadot	model = "Sony Xperia Z1 Compact";
6*f126890aSEmmanuel Vadot	compatible = "sony,xperia-amami", "qcom,msm8974";
7*f126890aSEmmanuel Vadot	chassis-type = "handset";
8*f126890aSEmmanuel Vadot};
9*f126890aSEmmanuel Vadot
10*f126890aSEmmanuel Vadot&smbb {
11*f126890aSEmmanuel Vadot	qcom,fast-charge-safe-current = <1300000>;
12*f126890aSEmmanuel Vadot	qcom,fast-charge-current-limit = <1300000>;
13*f126890aSEmmanuel Vadot	qcom,dc-current-limit = <1300000>;
14*f126890aSEmmanuel Vadot};
15