qcom-apq8084-ifc6540.dts 500 B

12345678910111213141516171819202122232425262728293031323334
  1. // SPDX-License-Identifier: GPL-2.0
  2. #include "qcom-apq8084.dtsi"
  3. #include "qcom-pma8084.dtsi"
  4. / {
  5. model = "Qualcomm APQ8084/IFC6540";
  6. compatible = "qcom,apq8084-sbc", "qcom,apq8084";
  7. aliases {
  8. serial0 = &blsp2_uart2;
  9. usid0 = &pma8084_0;
  10. };
  11. chosen {
  12. stdout-path = "serial0:115200n8";
  13. };
  14. soc {
  15. serial@f995e000 {
  16. status = "okay";
  17. };
  18. };
  19. };
  20. &sdhc_1 {
  21. bus-width = <8>;
  22. non-removable;
  23. status = "okay";
  24. };
  25. &sdhc_2 {
  26. cd-gpios = <&tlmm 122 GPIO_ACTIVE_LOW>;
  27. bus-width = <4>;
  28. };