msmsamarium-sim.dts 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /* Copyright (c) 2013, The Linux Foundation. All rights reserved.
  2. *
  3. * This program is free software; you can redistribute it and/or modify
  4. * it under the terms of the GNU General Public License version 2 and
  5. * only version 2 as published by the Free Software Foundation.
  6. *
  7. * This program is distributed in the hope that it will be useful,
  8. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. * GNU General Public License for more details.
  11. */
  12. /dts-v1/;
  13. /include/ "msmsamarium.dtsi"
  14. / {
  15. model = "Qualcomm MSM SAMARIUM SIM";
  16. compatible = "qcom,msmsamarium-sim", "qcom,msmsamarium", "qcom,sim";
  17. qcom,msm-id = <195 0 0>;
  18. };
  19. &uartblsp0dm2{
  20. status = "ok";
  21. };
  22. &sdcc1 {
  23. qcom,clk-rates = <400000 25000000 50000000 100000000 200000000>;
  24. qcom,sup-voltages = <2950 2950>;
  25. qcom,pad-pull-on = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
  26. qcom,pad-pull-off = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
  27. qcom,pad-drv-on = <0x4 0x4 0x4>; /* 10mA, 10mA, 10mA */
  28. qcom,pad-drv-off = <0x0 0x0 0x0>; /* 2mA, 2mA, 2mA */
  29. qcom,bus-speed-mode = "HS200_1p8v", "DDR_1p8v";
  30. qcom,nonremovable;
  31. status = "ok";
  32. };
  33. &sdcc2 {
  34. qcom,clk-rates = <400000 25000000 50000000 100000000 200000000>;
  35. qcom,sup-voltages = <2950 2950>;
  36. qcom,pad-pull-on = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
  37. qcom,pad-pull-off = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
  38. qcom,pad-drv-on = <0x4 0x4 0x4>; /* 10mA, 10mA, 10mA */
  39. qcom,pad-drv-off = <0x0 0x0 0x0>; /* 2mA, 2mA, 2mA */
  40. qcom,xpc;
  41. qcom,bus-speed-mode = "SDR12", "SDR25", "SDR50", "DDR50", "SDR104";
  42. qcom,current-limit = <800>;
  43. status = "ok";
  44. };
  45. &usb_otg {
  46. status = "ok";
  47. };