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	regulator-min-microvolt = <2700000>;
23	regulator-max-microvolt = <2700000>;
24};
25
26&vreg_l28a_2p8 {
27	regulator-min-microvolt = <3000000>;
28	regulator-max-microvolt = <3000000>;
29};
30