xref: /freebsd/sys/contrib/device-tree/src/arm64/mediatek/mt8183-kukui-jacuzzi-damu.dts (revision 9978553d0199e7ec0bdd1c44fc7f6c7b0c11e43b)
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#include "mt8183-kukui-audio-da7219-max98357a.dtsi"
9
10/ {
11	model = "Google damu board";
12	chassis-type = "convertible";
13	compatible = "google,damu", "mediatek,mt8183";
14};
15
16&touchscreen {
17	compatible = "elan,ekth6a12nay";
18
19	pinctrl-names = "default";
20	pinctrl-0 = <&touchscreen_pins>;
21
22	vcc33-supply = <&pp3300_alw>;
23	vccio-supply = <&pp1800_alw>;
24};
25
26&mt6358codec {
27	mediatek,dmic-mode = <1>; /* one-wire */
28};
29
30&qca_wifi {
31	qcom,ath10k-calibration-variant = "GO_DAMU";
32};
33
34&i2c2 {
35	i2c-scl-internal-delay-ns = <20000>;
36};
37