Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
0002 /*
0003  * Copyright 2021 Google LLC
0004  */
0005 
0006 /dts-v1/;
0007 #include "mt8183-kukui-jacuzzi.dtsi"
0008 
0009 &i2c2 {
0010         trackpad@2c {
0011                 compatible = "hid-over-i2c";
0012                 reg = <0x2c>;
0013                 hid-descr-addr = <0x20>;
0014 
0015                 pinctrl-names = "default";
0016                 pinctrl-0 = <&trackpad_pins>;
0017 
0018                 interrupts-extended = <&pio 7 IRQ_TYPE_LEVEL_LOW>;
0019 
0020                 wakeup-source;
0021         };
0022 };
0023 
0024 &qca_wifi {
0025         qcom,ath10k-calibration-variant = "GO_JUNIPER";
0026 };
0027