Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
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 board";
11 compatible = "google,voltorb", "mediatek,mt8186";
12};
13
14&i2c1 {
15 touchscreen@10 {
16 compatible = "elan,ekth6915";
17 reg = <0x10>;
18 interrupts-extended = <&pio 12 IRQ_TYPE_LEVEL_LOW>;
19 pinctrl-names = "default";
20 pinctrl-0 = <&touchscreen_pins>;
21 reset-gpios = <&pio 60 GPIO_ACTIVE_LOW>;
22 vcc33-supply = <&pp3300_s3>;
23 };
24};