mt8183-kukui-jacuzzi-fennel-sku1.dts 863 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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-da7219-rt1015p.dtsi"
  8. / {
  9. model = "Google fennel sku1 board";
  10. compatible = "google,fennel-sku1", "google,fennel", "mediatek,mt8183";
  11. pwmleds {
  12. compatible = "pwm-leds";
  13. keyboard_backlight: keyboard-backlight {
  14. label = "cros_ec::kbd_backlight";
  15. pwms = <&cros_ec_pwm 0>;
  16. max-brightness = <1023>;
  17. };
  18. };
  19. };
  20. &cros_ec_pwm {
  21. status = "okay";
  22. };
  23. &touchscreen {
  24. status = "okay";
  25. compatible = "hid-over-i2c";
  26. reg = <0x10>;
  27. interrupt-parent = <&pio>;
  28. interrupts = <155 IRQ_TYPE_LEVEL_LOW>;
  29. pinctrl-names = "default";
  30. pinctrl-0 = <&touchscreen_pins>;
  31. post-power-on-delay-ms = <10>;
  32. hid-descr-addr = <0x0001>;
  33. };
  34. &qca_wifi {
  35. qcom,ath10k-calibration-variant = "GO_FENNEL";
  36. };