// 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>; }; };