1// SPDX-License-Identifier: (GPL-2.0 OR MIT) 2/* 3 * Copyright 2023 Google LLC 4 */ 5 6#include "mt8186-corsola-tentacruel-sku262144.dts" 7 8/ { 9 compatible = "google,tentacruel-sku262151", "google,tentacruel-sku262150", 10 "google,tentacruel-sku262149", "google,tentacruel-sku262148", 11 "google,tentacruel", "mediatek,mt8186"; 12}; 13 14/* This variant replaces only the trackpad controller. */ 15&i2c2 { 16 /delete-node/ trackpad@15; 17 18 trackpad@15 { 19 compatible = "hid-over-i2c"; 20 reg = <0x15>; 21 interrupts-extended = <&pio 11 IRQ_TYPE_LEVEL_LOW>; 22 hid-descr-addr = <0x0001>; 23 vdd-supply = <&pp3300_s3>; 24 wakeup-source; 25 }; 26}; 27