sc7280-idp2.dts 642 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. // SPDX-License-Identifier: BSD-3-Clause
  2. /*
  3. * sc7280 IDP2 board device tree source
  4. *
  5. * Copyright (c) 2021, The Linux Foundation. All rights reserved.
  6. */
  7. /dts-v1/;
  8. #include "sc7280-idp.dtsi"
  9. #include "sc7280-idp-ec-h1.dtsi"
  10. / {
  11. model = "Qualcomm Technologies, Inc. sc7280 IDP SKU2 platform";
  12. compatible = "qcom,sc7280-idp2", "google,piglin", "qcom,sc7280";
  13. aliases {
  14. serial0 = &uart5;
  15. };
  16. chosen {
  17. stdout-path = "serial0:115200n8";
  18. };
  19. };
  20. &bluetooth {
  21. vddio-supply = <&vreg_l18b_1p8>;
  22. };
  23. &nvme_pwren {
  24. pins = "gpio51";
  25. };
  26. &nvme_3v3_regulator {
  27. gpio = <&tlmm 51 GPIO_ACTIVE_HIGH>;
  28. };
  29. &pm8350c_pwm {
  30. status = "okay";
  31. };