msm8996-mtp.dts 451 B

123456789101112131415161718192021222324252627282930313233
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
  4. */
  5. /dts-v1/;
  6. #include "msm8996.dtsi"
  7. / {
  8. model = "Qualcomm Technologies, Inc. MSM 8996 MTP";
  9. compatible = "qcom,msm8996-mtp", "qcom,msm8996";
  10. aliases {
  11. serial0 = &blsp2_uart2;
  12. };
  13. chosen {
  14. stdout-path = "serial0";
  15. };
  16. };
  17. &blsp2_uart2 {
  18. status = "okay";
  19. };
  20. &hdmi {
  21. status = "okay";
  22. };
  23. &hdmi_phy {
  24. status = "okay";
  25. };