1// SPDX-License-Identifier: (GPL-2.0 OR MIT)
2/*
3 * Copyright 2022 Google LLC
4 */
5
6/dts-v1/;
7#include "mt8186-corsola-voltorb.dtsi"
8
9/ {
10	model = "Google Voltorb sku589825 board";
11	compatible = "google,voltorb-sku589825", "google,voltorb",
12		     "mediatek,mt8186";
13};
14
15&i2c1 {
16	touchscreen@10 {
17		compatible = "elan,ekth6915";
18		reg = <0x10>;
19		interrupts-extended = <&pio 12 IRQ_TYPE_LEVEL_LOW>;
20		pinctrl-names = "default";
21		pinctrl-0 = <&touchscreen_pins>;
22		reset-gpios = <&pio 60 GPIO_ACTIVE_LOW>;
23		vcc33-supply = <&pp3300_s3>;
24	};
25};
26