1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 2 /* 3 * Copyright 2023 Google LLC 4 */ 5 6 #include "mt8186-corsola-tentacool-sku327681.dts" 7 8 / { 9 compatible = "google,tentacruel-sku327683", "google,tentacruel", "mediatek,mt8186"; 10 }; 11 12 /* This variant replaces only the trackpad controller. */ 13 &i2c2 { 14 /delete-node/ trackpad@15; 15 16 trackpad@15 { 17 compatible = "hid-over-i2c"; 18 reg = <0x15>; 19 interrupts-extended = <&pio 11 IRQ_TYPE_LEVEL_LOW>; 20 hid-descr-addr = <0x0001>; 21 vdd-supply = <&pp3300_s3>; 22 wakeup-source; 23 }; 24 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.