1// SPDX-License-Identifier: (GPL-2.0 OR MIT) 2/* 3 * Copyright 2021 Google LLC 4 */ 5 6/dts-v1/; 7#include "mt8183-kukui-jacuzzi.dtsi" 8 9&i2c0 { 10 touchscreen@40 { 11 compatible = "hid-over-i2c"; 12 reg = <0x40>; 13 14 pinctrl-names = "default"; 15 pinctrl-0 = <&touchscreen_pins>; 16 17 interrupts-extended = <&pio 155 IRQ_TYPE_LEVEL_LOW>; 18 19 post-power-on-delay-ms = <70>; 20 hid-descr-addr = <0x0001>; 21 }; 22}; 23 24&i2c2 { 25 trackpad@2c { 26 compatible = "hid-over-i2c"; 27 reg = <0x2c>; 28 hid-descr-addr = <0x20>; 29 30 pinctrl-names = "default"; 31 pinctrl-0 = <&trackpad_pins>; 32 33 interrupts-extended = <&pio 7 IRQ_TYPE_LEVEL_LOW>; 34 35 wakeup-source; 36 }; 37}; 38 39&qca_wifi { 40 qcom,ath10k-calibration-variant = "GO_JUNIPER"; 41}; 42