msm8998-lenovo-miix-630.dts 688 B

12345678910111213141516171819202122232425262728293031323334353637
  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 = "Lenovo Miix 630";
  7. compatible = "lenovo,miix-630", "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. &remoteproc_mss {
  23. firmware-name = "qcom/LENOVO/81F1/qcdsp1v28998.mbn",
  24. "qcom/LENOVO/81F1/qcdsp28998.mbn";
  25. };
  26. &sdhc2 {
  27. cd-gpios = <&tlmm 95 GPIO_ACTIVE_HIGH>;
  28. };