mt8183-kukui-jacuzzi-fennel-sku7.dts 645 B

123456789101112131415161718192021222324252627282930313233
  1. // SPDX-License-Identifier: (GPL-2.0 OR MIT)
  2. /*
  3. * Copyright 2021 Google LLC
  4. */
  5. /dts-v1/;
  6. #include "mt8183-kukui-jacuzzi-fennel.dtsi"
  7. #include "mt8183-kukui-audio-ts3a227e-rt1015p.dtsi"
  8. / {
  9. model = "Google fennel sku7 board";
  10. compatible = "google,fennel-sku7", "google,fennel", "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_FENNEL";
  25. };