xref: /freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui-jacuzzi-fennel-sku7.dts (revision 0e8011faf58b743cc652e3b2ad0f7671227610df)
1e67e8565SEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2e67e8565SEmmanuel Vadot/*
3e67e8565SEmmanuel Vadot * Copyright 2021 Google LLC
4e67e8565SEmmanuel Vadot */
5e67e8565SEmmanuel Vadot
6e67e8565SEmmanuel Vadot/dts-v1/;
7e67e8565SEmmanuel Vadot#include "mt8183-kukui-jacuzzi-fennel.dtsi"
8e67e8565SEmmanuel Vadot#include "mt8183-kukui-audio-ts3a227e-rt1015p.dtsi"
9e67e8565SEmmanuel Vadot
10e67e8565SEmmanuel Vadot/ {
11e67e8565SEmmanuel Vadot	model = "Google fennel sku7 board";
12*0e8011faSEmmanuel Vadot	chassis-type = "convertible";
13e67e8565SEmmanuel Vadot	compatible = "google,fennel-sku7", "google,fennel", "mediatek,mt8183";
14e67e8565SEmmanuel Vadot};
15e67e8565SEmmanuel Vadot
16e67e8565SEmmanuel Vadot&touchscreen {
17e67e8565SEmmanuel Vadot	status = "okay";
18e67e8565SEmmanuel Vadot
19e67e8565SEmmanuel Vadot	compatible = "hid-over-i2c";
20e67e8565SEmmanuel Vadot	reg = <0x10>;
218d13bc63SEmmanuel Vadot	interrupts-extended = <&pio 155 IRQ_TYPE_LEVEL_LOW>;
22e67e8565SEmmanuel Vadot	pinctrl-names = "default";
23e67e8565SEmmanuel Vadot	pinctrl-0 = <&touchscreen_pins>;
24e67e8565SEmmanuel Vadot
25e67e8565SEmmanuel Vadot	post-power-on-delay-ms = <10>;
26e67e8565SEmmanuel Vadot	hid-descr-addr = <0x0001>;
27e67e8565SEmmanuel Vadot};
28e67e8565SEmmanuel Vadot
29e67e8565SEmmanuel Vadot
30e67e8565SEmmanuel Vadot&qca_wifi {
31e67e8565SEmmanuel Vadot	qcom,ath10k-calibration-variant = "GO_FENNEL";
32e67e8565SEmmanuel Vadot};
33e67e8565SEmmanuel Vadot
34