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 #include "mt8183-kukui-audio-da7219-max98357a.dtsi"
0009
0010 / {
0011 model = "Google damu board";
0012 compatible = "google,damu", "mediatek,mt8183";
0013 };
0014
0015 &touchscreen {
0016 status = "okay";
0017
0018 compatible = "hid-over-i2c";
0019 reg = <0x10>;
0020 interrupt-parent = <&pio>;
0021 interrupts = <155 IRQ_TYPE_LEVEL_LOW>;
0022 pinctrl-names = "default";
0023 pinctrl-0 = <&touchscreen_pins>;
0024
0025 post-power-on-delay-ms = <10>;
0026 hid-descr-addr = <0x0001>;
0027 };
0028
0029 &qca_wifi {
0030 qcom,ath10k-calibration-variant = "GO_DAMU";
0031 };
0032