1*e67e8565SEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0 OR MIT) 2*e67e8565SEmmanuel Vadot/* 3*e67e8565SEmmanuel Vadot * Copyright 2021 Google LLC 4*e67e8565SEmmanuel Vadot */ 5*e67e8565SEmmanuel Vadot 6*e67e8565SEmmanuel Vadot/dts-v1/; 7*e67e8565SEmmanuel Vadot#include "mt8183-kukui-jacuzzi.dtsi" 8*e67e8565SEmmanuel Vadot#include "mt8183-kukui-audio-ts3a227e-max98357a.dtsi" 9*e67e8565SEmmanuel Vadot 10*e67e8565SEmmanuel Vadot/ { 11*e67e8565SEmmanuel Vadot model = "Google cozmo board"; 12*e67e8565SEmmanuel Vadot compatible = "google,cozmo", "mediatek,mt8183"; 13*e67e8565SEmmanuel Vadot}; 14*e67e8565SEmmanuel Vadot 15*e67e8565SEmmanuel Vadot&i2c_tunnel { 16*e67e8565SEmmanuel Vadot google,remote-bus = <0>; 17*e67e8565SEmmanuel Vadot}; 18*e67e8565SEmmanuel Vadot 19*e67e8565SEmmanuel Vadot&i2c2 { 20*e67e8565SEmmanuel Vadot trackpad@2c { 21*e67e8565SEmmanuel Vadot compatible = "hid-over-i2c"; 22*e67e8565SEmmanuel Vadot reg = <0x2c>; 23*e67e8565SEmmanuel Vadot hid-descr-addr = <0x20>; 24*e67e8565SEmmanuel Vadot 25*e67e8565SEmmanuel Vadot pinctrl-names = "default"; 26*e67e8565SEmmanuel Vadot pinctrl-0 = <&trackpad_pins>; 27*e67e8565SEmmanuel Vadot 28*e67e8565SEmmanuel Vadot interrupts-extended = <&pio 7 IRQ_TYPE_LEVEL_LOW>; 29*e67e8565SEmmanuel Vadot 30*e67e8565SEmmanuel Vadot wakeup-source; 31*e67e8565SEmmanuel Vadot }; 32*e67e8565SEmmanuel Vadot}; 33*e67e8565SEmmanuel Vadot 34*e67e8565SEmmanuel Vadot&qca_wifi { 35*e67e8565SEmmanuel Vadot qcom,ath10k-calibration-variant = "GO_COZMO"; 36*e67e8565SEmmanuel Vadot}; 37