msm8998-asus-novago-tp370ql.dts 749 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. // SPDX-License-Identifier: GPL-2.0
  2. /* Copyright (c) 2019, Jeffrey Hugo. All rights reserved. */
  3. /dts-v1/;
  4. #include "msm8998-clamshell.dtsi"
  5. / {
  6. model = "Asus NovaGo TP370QL";
  7. compatible = "asus,novago-tp370ql", "qcom,msm8998";
  8. chassis-type = "convertible";
  9. };
  10. &blsp1_i2c6 {
  11. status = "okay";
  12. touchpad@15 {
  13. compatible = "hid-over-i2c";
  14. reg = <0x15>;
  15. pinctrl-names = "default";
  16. pinctrl-0 = <&touchpad>;
  17. interrupt-parent = <&tlmm>;
  18. interrupts = <123 IRQ_TYPE_LEVEL_LOW>;
  19. hid-descr-addr = <0x0001>;
  20. };
  21. keyboard@3a {
  22. compatible = "hid-over-i2c";
  23. reg = <0x3a>;
  24. interrupt-parent = <&tlmm>;
  25. interrupts = <37 IRQ_TYPE_LEVEL_LOW>;
  26. hid-descr-addr = <0x0001>;
  27. };
  28. };
  29. &sdhc2 {
  30. cd-gpios = <&tlmm 95 GPIO_ACTIVE_HIGH>;
  31. };