37 lines
672 B
Plaintext
37 lines
672 B
Plaintext
|
// 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";
|
||
|
chassis-type = "handset";
|
||
|
};
|
||
|
|
||
|
&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>;
|
||
|
};
|