Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
0002 /*
0003  * Copyright 2021 Google LLC
0004  */
0005 
0006 /dts-v1/;
0007 #include "mt8183-kukui-jacuzzi.dtsi"
0008 #include "mt8183-kukui-audio-ts3a227e-max98357a.dtsi"
0009 
0010 / {
0011         model = "Google cozmo board";
0012         compatible = "google,cozmo", "mediatek,mt8183";
0013 };
0014 
0015 &i2c_tunnel {
0016         google,remote-bus = <0>;
0017 };
0018 
0019 &i2c2 {
0020         trackpad@2c {
0021                 compatible = "hid-over-i2c";
0022                 reg = <0x2c>;
0023                 hid-descr-addr = <0x20>;
0024 
0025                 pinctrl-names = "default";
0026                 pinctrl-0 = <&trackpad_pins>;
0027 
0028                 interrupts-extended = <&pio 7 IRQ_TYPE_LEVEL_LOW>;
0029 
0030                 wakeup-source;
0031         };
0032 };
0033 
0034 &qca_wifi {
0035         qcom,ath10k-calibration-variant = "GO_COZMO";
0036 };