0001 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
0002 /*
0003 * Copyright 2021 Google LLC
0004 */
0005
0006 /dts-v1/;
0007 #include "mt8183-kukui-jacuzzi.dtsi"
0008 #include "mt8183-kukui-audio-ts3a227e-max98357a.dtsi"
0009
0010 / {
0011 model = "Google burnet board";
0012 compatible = "google,burnet", "mediatek,mt8183";
0013 };
0014
0015 &mt6358codec {
0016 mediatek,dmic-mode = <1>; /* one-wire */
0017 };
0018
0019 &i2c0 {
0020 touchscreen@2c {
0021 compatible = "hid-over-i2c";
0022 reg = <0x2c>;
0023 pinctrl-names = "default";
0024 pinctrl-0 = <&touchscreen_pins>;
0025 interrupts-extended = <&pio 155 IRQ_TYPE_LEVEL_LOW>;
0026
0027 post-power-on-delay-ms = <200>;
0028 hid-descr-addr = <0x0020>;
0029 };
0030 };
0031