mt8183-kukui-jacuzzi-damu.dts 604 B

1234567891011121314151617181920212223242526272829303132
  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-da7219-max98357a.dtsi"
  8. / {
  9. model = "Google damu board";
  10. compatible = "google,damu", "mediatek,mt8183";
  11. };
  12. &touchscreen {
  13. status = "okay";
  14. compatible = "hid-over-i2c";
  15. reg = <0x10>;
  16. interrupt-parent = <&pio>;
  17. interrupts = <155 IRQ_TYPE_LEVEL_LOW>;
  18. pinctrl-names = "default";
  19. pinctrl-0 = <&touchscreen_pins>;
  20. post-power-on-delay-ms = <10>;
  21. hid-descr-addr = <0x0001>;
  22. };
  23. &qca_wifi {
  24. qcom,ath10k-calibration-variant = "GO_DAMU";
  25. };