0001 // SPDX-License-Identifier: BSD-3-Clause
0002 /*
0003 * Copyright (c) 2021, Konrad Dybcio <konrad.dybcio@somainline.org>
0004 */
0005
0006 /dts-v1/;
0007
0008 #include "sdm845-sony-xperia-tama.dtsi"
0009
0010 / {
0011 model = "Sony Xperia XZ3";
0012 compatible = "sony,akatsuki-row", "qcom,sdm845";
0013 };
0014
0015 /* For the future: WLED + LAB/IBB/OLEDB are not used on Akatsuki */
0016 &vreg_l14a_1p8 {
0017 regulator-min-microvolt = <1840000>;
0018 regulator-max-microvolt = <1840000>;
0019 };
0020
0021 &vreg_l22a_2p8 {
0022 /* Note: Round-down from 2700000 to be a multiple of PLDO step-size 8000 */
0023 regulator-min-microvolt = <2696000>;
0024 regulator-max-microvolt = <2696000>;
0025 };
0026
0027 &vreg_l28a_2p8 {
0028 regulator-min-microvolt = <3000000>;
0029 regulator-max-microvolt = <3000000>;
0030 };