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 sku1 board"; 11 compatible = "google,starmie-sku1", "google,starmie-sku4", 12 "google,starmie", "mediatek,mt8186"; 13}; 14 15&panel { 16 compatible = "starry,himax83102-j02", "himax,hx83102"; 17}; 18 19&i2c1 { 20 touchscreen_himax: touchscreen@4f { 21 compatible = "hid-over-i2c"; 22 reg = <0x4f>; 23 interrupts-extended = <&pio 12 IRQ_TYPE_LEVEL_LOW>; 24 pinctrl-names = "default"; 25 pinctrl-0 = <&touchscreen_pins>; 26 vdd-supply = <&mt6366_vio18_reg>; 27 panel = <&panel>; 28 post-power-on-delay-ms = <450>; 29 hid-descr-addr = <0x0001>; 30 }; 31}; 32