Merge tag 'dt-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux-2.6-microblaze.git] / arch / arm64 / boot / dts / qcom / sm8250-sony-xperia-edo-pdx206.dts
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 "sm8250-sony-xperia-edo.dtsi"
9
10 / {
11         model = "Sony Xperia 5 II";
12         compatible = "sony,pdx206-generic", "qcom,sm8250";
13 };
14
15 &framebuffer {
16         width = <1080>;
17         height = <2520>;
18         stride = <(1080 * 4)>;
19 };
20
21 &gpio_keys {
22         g-assist-key {
23                 label = "Google Assistant Key";
24                 linux,code = <KEY_LEFTMETA>;
25                 gpios = <&pm8150_gpios 6 GPIO_ACTIVE_LOW>;
26                 debounce-interval = <15>;
27                 linux,can-disable;
28                 gpio-key,wakeup;
29         };
30 };
31
32 &vreg_l2f_1p3 {
33         regulator-min-microvolt = <1200000>;
34         regulator-max-microvolt = <1200000>;
35 };