1// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2/*
3 * Copyright 2023 Google LLC
4 */
5
6/dts-v1/;
7#include "mt8186-corsola-starmie.dtsi"
8
9/ {
10	model = "Google Starmie sku0 board";
11	compatible = "google,starmie-sku0", "google,starmie-sku2",
12		     "google,starmie-sku3", "google,starmie",
13		     "mediatek,mt8186";
14};
15
16&panel {
17	compatible = "starry,ili9882t";
18};
19
20&i2c1 {
21	touchscreen: touchscreen@41 {
22		compatible = "ilitek,ili9882t";
23		reg = <0x41>;
24		interrupts-extended = <&pio 12 IRQ_TYPE_LEVEL_LOW>;
25		pinctrl-names = "default";
26		pinctrl-0 = <&touchscreen_pins>;
27		panel = <&panel>;
28		reset-gpios = <&pio 60 GPIO_ACTIVE_LOW>;
29		vccio-supply = <&mt6366_vio18_reg>;
30	};
31};
32