mt8183-kukui-jacuzzi-cozmo.dts 617 B

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