xref: /freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8996-sony-xperia-tone-dora.dts (revision aa1a8ff2d6dbc51ef058f46f3db5a8bb77967145)
1354d7675SEmmanuel Vadot// SPDX-License-Identifier: BSD-3-Clause
2354d7675SEmmanuel Vadot/*
3354d7675SEmmanuel Vadot * Copyright (c) 2021, AngeloGioacchino Del Regno
4354d7675SEmmanuel Vadot *                     <angelogioacchino.delregno@somainline.org>
5354d7675SEmmanuel Vadot * Copyright (c) 2021, Konrad Dybcio <konrad.dybcio@somainline.org>
6354d7675SEmmanuel Vadot */
7354d7675SEmmanuel Vadot
8354d7675SEmmanuel Vadot/dts-v1/;
9354d7675SEmmanuel Vadot
10354d7675SEmmanuel Vadot#include "msm8996-sony-xperia-tone.dtsi"
11354d7675SEmmanuel Vadot
12354d7675SEmmanuel Vadot/ {
13354d7675SEmmanuel Vadot	model = "Sony Xperia X Performance";
14354d7675SEmmanuel Vadot	compatible = "sony,dora-row", "qcom,msm8996";
158cc087a1SEmmanuel Vadot	chassis-type = "handset";
16354d7675SEmmanuel Vadot};
17354d7675SEmmanuel Vadot
18354d7675SEmmanuel Vadot/delete-node/ &tof_sensor;
19354d7675SEmmanuel Vadot/delete-node/ &pm8994_l11;
20354d7675SEmmanuel Vadot/delete-node/ &pm8994_l14;
21354d7675SEmmanuel Vadot
22354d7675SEmmanuel Vadot&usb_detect {
23354d7675SEmmanuel Vadot	pins = "gpio24";
24354d7675SEmmanuel Vadot};
25354d7675SEmmanuel Vadot
26354d7675SEmmanuel Vadot&usb3_id {
27*aa1a8ff2SEmmanuel Vadot	id-gpios = <&tlmm 24 GPIO_ACTIVE_LOW>;
28354d7675SEmmanuel Vadot};
29