1// SPDX-License-Identifier: BSD-3-Clause 2/* 3 * Copyright (c) 2021, Konrad Dybcio <konrad.dybcio@somainline.org> 4 */ 5 6/dts-v1/; 7 8#include "sdm845-sony-xperia-tama.dtsi" 9 10/ { 11 model = "Sony Xperia XZ3"; 12 compatible = "sony,akatsuki-row", "qcom,sdm845"; 13}; 14 15/* For the future: WLED + LAB/IBB/OLEDB are not used on Akatsuki */ 16&vreg_l14a_1p8 { 17 regulator-min-microvolt = <1840000>; 18 regulator-max-microvolt = <1840000>; 19}; 20 21&vreg_l22a_2p8 { 22 /* Note: Round-down from 2700000 to be a multiple of PLDO step-size 8000 */ 23 regulator-min-microvolt = <2696000>; 24 regulator-max-microvolt = <2696000>; 25}; 26 27&vreg_l28a_2p8 { 28 regulator-min-microvolt = <3000000>; 29 regulator-max-microvolt = <3000000>; 30}; 31