1*2eb4d8dcSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0 OR MIT) 2*2eb4d8dcSEmmanuel Vadot/* 3*2eb4d8dcSEmmanuel Vadot * Copyright 2021 Google LLC 4*2eb4d8dcSEmmanuel Vadot */ 5*2eb4d8dcSEmmanuel Vadot 6*2eb4d8dcSEmmanuel Vadot/dts-v1/; 7*2eb4d8dcSEmmanuel Vadot#include "mt8183-kukui-jacuzzi.dtsi" 8*2eb4d8dcSEmmanuel Vadot 9*2eb4d8dcSEmmanuel Vadot&i2c2 { 10*2eb4d8dcSEmmanuel Vadot trackpad@2c { 11*2eb4d8dcSEmmanuel Vadot compatible = "hid-over-i2c"; 12*2eb4d8dcSEmmanuel Vadot reg = <0x2c>; 13*2eb4d8dcSEmmanuel Vadot hid-descr-addr = <0x20>; 14*2eb4d8dcSEmmanuel Vadot 15*2eb4d8dcSEmmanuel Vadot pinctrl-names = "default"; 16*2eb4d8dcSEmmanuel Vadot pinctrl-0 = <&trackpad_pins>; 17*2eb4d8dcSEmmanuel Vadot 18*2eb4d8dcSEmmanuel Vadot interrupts-extended = <&pio 7 IRQ_TYPE_LEVEL_LOW>; 19*2eb4d8dcSEmmanuel Vadot 20*2eb4d8dcSEmmanuel Vadot wakeup-source; 21*2eb4d8dcSEmmanuel Vadot }; 22*2eb4d8dcSEmmanuel Vadot}; 23*2eb4d8dcSEmmanuel Vadot 24*2eb4d8dcSEmmanuel Vadot&qca_wifi { 25*2eb4d8dcSEmmanuel Vadot qcom,ath10k-calibration-variant = "GO_JUNIPER"; 26*2eb4d8dcSEmmanuel Vadot}; 27*2eb4d8dcSEmmanuel Vadot 28