xref: /freebsd/sys/contrib/device-tree/src/arm64/qcom/msm8998-sony-xperia-yoshino-poplar.dts (revision b97ee269eae3cbaf35c18f51a459aea581c2a7dc)
18cc087a1SEmmanuel Vadot// SPDX-License-Identifier: BSD-3-Clause
28cc087a1SEmmanuel Vadot/*
38cc087a1SEmmanuel Vadot * Copyright (c) 2021, AngeloGioacchino Del Regno
48cc087a1SEmmanuel Vadot *                     <angelogioacchino.delregno@somainline.org>
58cc087a1SEmmanuel Vadot */
68cc087a1SEmmanuel Vadot
78cc087a1SEmmanuel Vadot/dts-v1/;
88cc087a1SEmmanuel Vadot
98cc087a1SEmmanuel Vadot#include "msm8998-sony-xperia-yoshino.dtsi"
108cc087a1SEmmanuel Vadot
118cc087a1SEmmanuel Vadot/ {
128cc087a1SEmmanuel Vadot	model = "Sony Xperia XZ1";
138cc087a1SEmmanuel Vadot	compatible = "sony,xperia-poplar", "qcom,msm8998";
148cc087a1SEmmanuel Vadot	chassis-type = "handset";
158cc087a1SEmmanuel Vadot};
168cc087a1SEmmanuel Vadot
178cc087a1SEmmanuel Vadot&ibb {
188cc087a1SEmmanuel Vadot	regulator-min-microvolt = <5600000>;
198cc087a1SEmmanuel Vadot	regulator-max-microvolt = <5600000>;
208cc087a1SEmmanuel Vadot};
218cc087a1SEmmanuel Vadot
228cc087a1SEmmanuel Vadot&lab {
238cc087a1SEmmanuel Vadot	regulator-min-microvolt = <5600000>;
248cc087a1SEmmanuel Vadot	regulator-max-microvolt = <5600000>;
258cc087a1SEmmanuel Vadot	qcom,soft-start-us = <800>;
268cc087a1SEmmanuel Vadot};
278cc087a1SEmmanuel Vadot
288cc087a1SEmmanuel Vadot&vreg_l18a_2p85 {
29*b97ee269SEmmanuel Vadot	/* Note: Round-down from 2850000 to be a multiple of PLDO step-size 8000 */
30*b97ee269SEmmanuel Vadot	regulator-min-microvolt = <2848000>;
31*b97ee269SEmmanuel Vadot	regulator-max-microvolt = <2848000>;
328cc087a1SEmmanuel Vadot};
338cc087a1SEmmanuel Vadot
348cc087a1SEmmanuel Vadot&vreg_l22a_2p85 {
35*b97ee269SEmmanuel Vadot	/* Note: Round-down from 2700000 to be a multiple of PLDO step-size 8000 */
36*b97ee269SEmmanuel Vadot	regulator-min-microvolt = <2696000>;
37*b97ee269SEmmanuel Vadot	regulator-max-microvolt = <2696000>;
388cc087a1SEmmanuel Vadot};
39