xref: /freebsd/sys/contrib/device-tree/src/arm/qcom/qcom-msm8974-sony-xperia-rhine-togari.dts (revision 833e5d42ab135b0238e61c5b3c19b8619677cbfa)
1*833e5d42SEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2*833e5d42SEmmanuel Vadot#include "qcom-msm8974-sony-xperia-rhine.dtsi"
3*833e5d42SEmmanuel Vadot
4*833e5d42SEmmanuel Vadot/* Togari uses a different touchscreen compared to other rhine devices */
5*833e5d42SEmmanuel Vadot/delete-node/ &touchscreen;
6*833e5d42SEmmanuel Vadot
7*833e5d42SEmmanuel Vadot/ {
8*833e5d42SEmmanuel Vadot	model = "Sony Xperia Z Ultra";
9*833e5d42SEmmanuel Vadot	compatible = "sony,xperia-togari", "qcom,msm8974";
10*833e5d42SEmmanuel Vadot	chassis-type = "handset";
11*833e5d42SEmmanuel Vadot};
12*833e5d42SEmmanuel Vadot
13*833e5d42SEmmanuel Vadot&pm8941_l23 {
14*833e5d42SEmmanuel Vadot	regulator-min-microvolt = <2600000>;
15*833e5d42SEmmanuel Vadot	regulator-max-microvolt = <2600000>;
16*833e5d42SEmmanuel Vadot};
17