12eb4d8dcSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0 OR MIT) 22eb4d8dcSEmmanuel Vadot/* 32eb4d8dcSEmmanuel Vadot * Copyright 2021 Google LLC 42eb4d8dcSEmmanuel Vadot */ 52eb4d8dcSEmmanuel Vadot 62eb4d8dcSEmmanuel Vadot/dts-v1/; 72eb4d8dcSEmmanuel Vadot#include "mt8183-kukui-jacuzzi.dtsi" 88cc087a1SEmmanuel Vadot#include "mt8183-kukui-audio-da7219-max98357a.dtsi" 92eb4d8dcSEmmanuel Vadot 102eb4d8dcSEmmanuel Vadot/ { 112eb4d8dcSEmmanuel Vadot model = "Google damu board"; 12f126890aSEmmanuel Vadot chassis-type = "convertible"; 132eb4d8dcSEmmanuel Vadot compatible = "google,damu", "mediatek,mt8183"; 142eb4d8dcSEmmanuel Vadot}; 152eb4d8dcSEmmanuel Vadot 162eb4d8dcSEmmanuel Vadot&touchscreen { 172eb4d8dcSEmmanuel Vadot status = "okay"; 182eb4d8dcSEmmanuel Vadot 192eb4d8dcSEmmanuel Vadot compatible = "hid-over-i2c"; 202eb4d8dcSEmmanuel Vadot reg = <0x10>; 21*8d13bc63SEmmanuel Vadot interrupts-extended = <&pio 155 IRQ_TYPE_LEVEL_LOW>; 222eb4d8dcSEmmanuel Vadot pinctrl-names = "default"; 232eb4d8dcSEmmanuel Vadot pinctrl-0 = <&touchscreen_pins>; 242eb4d8dcSEmmanuel Vadot 252eb4d8dcSEmmanuel Vadot post-power-on-delay-ms = <10>; 262eb4d8dcSEmmanuel Vadot hid-descr-addr = <0x0001>; 272eb4d8dcSEmmanuel Vadot}; 282eb4d8dcSEmmanuel Vadot 292eb4d8dcSEmmanuel Vadot&qca_wifi { 302eb4d8dcSEmmanuel Vadot qcom,ath10k-calibration-variant = "GO_DAMU"; 312eb4d8dcSEmmanuel Vadot}; 322eb4d8dcSEmmanuel Vadot 33