Add snapshot of pineapple device tree files as of devicetree/qcom-6.1 commit 8bc1219b2b23 ("Merge "ARM: dts: msm: update memlat tables for pineapple""). Change-Id: If62ee45b1f3e7e8a5744f25b8c67a9768950c960 Signed-off-by: Mukesh Ojha <quic_mojha@quicinc.com>
38 lines
851 B
Plaintext
38 lines
851 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
#include "pineapple-cdp.dtsi"
|
|
|
|
&qupv3_se4_spi {
|
|
status = "disabled";
|
|
};
|
|
|
|
&qupv3_se4_i2c {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
status = "ok";
|
|
qcom,i2c-touch-active = "atmel,maxtouch";
|
|
qcom,la-vm;
|
|
|
|
atmel_mxt_ts@4a {
|
|
compatible = "atmel,maxtouch";
|
|
reg = <0x4a>;
|
|
interrupt-parent = <&tlmm>;
|
|
interrupts = <162 0x2008>;
|
|
avdd-supply = <&L14B>;
|
|
vdd-supply = <&L12B>;
|
|
pinctrl-names = "pmx_ts_active", "pmx_ts_suspend";
|
|
pinctrl-0 = <&ts_active>;
|
|
pinctrl-1 = <&ts_int_suspend &ts_reset_suspend>;
|
|
atmel,xy_switch;
|
|
atmel,inverty;
|
|
atmel,invertx;
|
|
reset-gpios = <&tlmm 161 0x00>;
|
|
irq-gpios = <&tlmm 162 0x2008>;
|
|
atmel,panel-coords = <0 0 479 799>;
|
|
atmel,display-coords = <0 0 339 729>;
|
|
};
|
|
};
|