15956d97fSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0 OR MIT) 25956d97fSEmmanuel Vadot/* 35956d97fSEmmanuel Vadot * Copyright 2021 Google LLC 45956d97fSEmmanuel Vadot */ 55956d97fSEmmanuel Vadot 65956d97fSEmmanuel Vadot/dts-v1/; 75956d97fSEmmanuel Vadot#include "mt8183-kukui-jacuzzi.dtsi" 88cc087a1SEmmanuel Vadot#include "mt8183-kukui-audio-ts3a227e-max98357a.dtsi" 95956d97fSEmmanuel Vadot 105956d97fSEmmanuel Vadot/ { 115956d97fSEmmanuel Vadot model = "Google burnet board"; 12*f126890aSEmmanuel Vadot chassis-type = "convertible"; 135956d97fSEmmanuel Vadot compatible = "google,burnet", "mediatek,mt8183"; 145956d97fSEmmanuel Vadot}; 155956d97fSEmmanuel Vadot 165956d97fSEmmanuel Vadot&mt6358codec { 175956d97fSEmmanuel Vadot mediatek,dmic-mode = <1>; /* one-wire */ 185956d97fSEmmanuel Vadot}; 195956d97fSEmmanuel Vadot 205956d97fSEmmanuel Vadot&i2c0 { 215956d97fSEmmanuel Vadot touchscreen@2c { 225956d97fSEmmanuel Vadot compatible = "hid-over-i2c"; 235956d97fSEmmanuel Vadot reg = <0x2c>; 245956d97fSEmmanuel Vadot pinctrl-names = "default"; 255956d97fSEmmanuel Vadot pinctrl-0 = <&touchscreen_pins>; 265956d97fSEmmanuel Vadot interrupts-extended = <&pio 155 IRQ_TYPE_LEVEL_LOW>; 275956d97fSEmmanuel Vadot 285956d97fSEmmanuel Vadot post-power-on-delay-ms = <200>; 295956d97fSEmmanuel Vadot hid-descr-addr = <0x0020>; 305956d97fSEmmanuel Vadot }; 315956d97fSEmmanuel Vadot}; 325956d97fSEmmanuel Vadot 33