msm8998-hp-envy-x2.dts 563 B

1234567891011121314151617181920212223242526272829303132
  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 = "HP Envy x2";
  7. compatible = "hp,envy-x2", "qcom,msm8998";
  8. chassis-type = "convertible";
  9. };
  10. &blsp1_i2c6 {
  11. status = "okay";
  12. keyboard@3a {
  13. compatible = "hid-over-i2c";
  14. reg = <0x3a>;
  15. pinctrl-names = "default";
  16. pinctrl-0 = <&touchpad>;
  17. interrupt-parent = <&tlmm>;
  18. interrupts = <121 IRQ_TYPE_LEVEL_LOW>;
  19. hid-descr-addr = <0x0001>;
  20. };
  21. };
  22. &sdhc2 {
  23. cd-gpios = <&tlmm 95 GPIO_ACTIVE_LOW>;
  24. };