1// SPDX-License-Identifier: BSD-3-Clause 2/* 3 * Copyright (c) 2021, AngeloGioacchino Del Regno 4 * <angelogioacchino.delregno@somainline.org> 5 * Copyright (c) 2021, Konrad Dybcio <konrad.dybcio@somainline.org> 6 */ 7 8/dts-v1/; 9 10#include "msm8996-sony-xperia-tone.dtsi" 11 12/ { 13 model = "Sony Xperia X Performance"; 14 compatible = "sony,dora-row", "qcom,msm8996"; 15}; 16 17/delete-node/ &tof_sensor; 18/delete-node/ &pm8994_l11; 19/delete-node/ &pm8994_l14; 20 21&usb_detect { 22 pins = "gpio24"; 23}; 24 25&usb3_id { 26 id-gpio = <&tlmm 24 GPIO_ACTIVE_LOW>; 27}; 28