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 9/ { 10 model = "Google burnet board"; 11 compatible = "google,burnet", "mediatek,mt8183"; 12}; 13 14&mt6358codec { 15 mediatek,dmic-mode = <1>; /* one-wire */ 16}; 17 18&i2c0 { 19 touchscreen@2c { 20 compatible = "hid-over-i2c"; 21 reg = <0x2c>; 22 pinctrl-names = "default"; 23 pinctrl-0 = <&touchscreen_pins>; 24 interrupts-extended = <&pio 155 IRQ_TYPE_LEVEL_LOW>; 25 26 post-power-on-delay-ms = <200>; 27 hid-descr-addr = <0x0020>; 28 }; 29}; 30 31