1 // SPDX-License-Identifier: BSD-3-Clause 2 /* 3 * Copyright (c) 2016-2022, AngeloGioacchino Del Regno 4 * <angelogioacchino.delregno@somainline.org> 5 * Copyright (c) 2022, Konrad Dybcio <konrad.dybcio@somainline.org> 6 * Copyright (c) 2022, Marijn Suijten <marijn.suijten@somainline.org> 7 */ 8 9 /dts-v1/; 10 11 #include "msm8956-sony-xperia-loire.dtsi" 12 13 / { 14 model = "Sony Xperia X Compact"; 15 compatible = "sony,kugo-row", "qcom,msm8956"; 16 chassis-type = "handset"; 17 }; 18 19 &blsp2_i2c2 { 20 status = "okay"; 21 22 /* FUSB301 USB-C Controller */ 23 }; 24 25 &blsp2_i2c4 { 26 status = "okay"; 27 28 /* ST STMVL53L0 ToF @ 29 */ 29 /* AMS TCS349 RGBCIR @ 72 */ 30 }; 31 32 &pm8950_l1 { 33 regulator-min-microvolt = <1100000>; 34 regulator-max-microvolt = <1300000>; 35 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.