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/ {
10	model = "Google damu board";
11	compatible = "google,damu", "mediatek,mt8183";
12};
13
14&touchscreen {
15	status = "okay";
16
17	compatible = "hid-over-i2c";
18	reg = <0x10>;
19	interrupt-parent = <&pio>;
20	interrupts = <155 IRQ_TYPE_LEVEL_LOW>;
21	pinctrl-names = "default";
22	pinctrl-0 = <&touchscreen_pins>;
23
24	post-power-on-delay-ms = <10>;
25	hid-descr-addr = <0x0001>;
26};
27
28&qca_wifi {
29	qcom,ath10k-calibration-variant = "GO_DAMU";
30};
31
32