summaryrefslogtreecommitdiffstats
path: root/dts/src/arm64/qcom/sm8250-sony-xperia-edo-pdx206.dts
blob: 16c96e8385348f97330ac59a52449dfa5b718dc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
// SPDX-License-Identifier: BSD-3-Clause
/*
 * Copyright (c) 2021, Konrad Dybcio <konrad.dybcio@somainline.org>
 */

/dts-v1/;

#include "sm8250-sony-xperia-edo.dtsi"

/ {
	model = "Sony Xperia 5 II";
	compatible = "sony,pdx206-generic", "qcom,sm8250";
};

&framebuffer {
	width = <1080>;
	height = <2520>;
	stride = <(1080 * 4)>;
};

&gpio_keys {
	g-assist-key {
		label = "Google Assistant Key";
		linux,code = <KEY_LEFTMETA>;
		gpios = <&pm8150_gpios 6 GPIO_ACTIVE_LOW>;
		debounce-interval = <15>;
		linux,can-disable;
		gpio-key,wakeup;
	};
};

&vreg_l2f_1p3 {
	regulator-min-microvolt = <1200000>;
	regulator-max-microvolt = <1200000>;
};