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-fennel.dtsi"
0008 #include "mt8183-kukui-audio-da7219-rt1015p.dtsi"
0009
0010 / {
0011 model = "Google fennel sku6 board";
0012 compatible = "google,fennel-sku6", "google,fennel", "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
0030 &qca_wifi {
0031 qcom,ath10k-calibration-variant = "GO_FENNEL";
0032 };
0033