Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: BSD-3-Clause
0002 /*
0003  * Copyright (c) 2021, Konrad Dybcio <konrad.dybcio@somainline.org>
0004  */
0005 
0006 /dts-v1/;
0007 
0008 #include "sm8250-sony-xperia-edo.dtsi"
0009 
0010 / {
0011         model = "Sony Xperia 5 II";
0012         compatible = "sony,pdx206-generic", "qcom,sm8250";
0013         chassis-type = "handset";
0014 };
0015 
0016 &framebuffer {
0017         width = <1080>;
0018         height = <2520>;
0019         stride = <(1080 * 4)>;
0020 };
0021 
0022 &gpio_keys {
0023         g-assist-key {
0024                 label = "Google Assistant Key";
0025                 linux,code = <KEY_LEFTMETA>;
0026                 gpios = <&pm8150_gpios 6 GPIO_ACTIVE_LOW>;
0027                 debounce-interval = <15>;
0028                 linux,can-disable;
0029                 gpio-key,wakeup;
0030         };
0031 };
0032 
0033 &vreg_l2f_1p3 {
0034         regulator-min-microvolt = <1200000>;
0035         regulator-max-microvolt = <1200000>;
0036 };