1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 2 /* 3 * Copyright 2021 Google LLC 4 */ 5 6 /dts-v1/; 7 #include "mt8183-kukui-jacuzzi.dtsi" 8 9 &mt6358codec { 10 mediatek,dmic-mode = <1>; /* one-wire */ 11 }; 12 13 &i2c2 { 14 trackpad@2c { 15 compatible = "hid-over-i2c"; 16 reg = <0x2c>; 17 hid-descr-addr = <0x20>; 18 19 pinctrl-names = "default"; 20 pinctrl-0 = <&trackpad_pins>; 21 22 interrupts-extended = <&pio 7 IRQ_TYPE_LEVEL_LOW>; 23 24 wakeup-source; 25 }; 26 }; 27
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.