blob: 76d33540166f900c99c419c4f97ca0a56cf658f5 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// 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&i2c2 {
10 trackpad@2c {
11 compatible = "hid-over-i2c";
12 reg = <0x2c>;
13 hid-descr-addr = <0x20>;
14
15 pinctrl-names = "default";
16 pinctrl-0 = <&trackpad_pins>;
17
18 interrupts-extended = <&pio 7 IRQ_TYPE_LEVEL_LOW>;
19
20 wakeup-source;
21 };
22};
23
24&qca_wifi {
25 qcom,ath10k-calibration-variant = "GO_JUNIPER";
26};