qcom-apq8084-ifc6540.dts 496 B

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