msm-rdbg.dtsi 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. &soc {
  13. smp2pgpio_rdbg_2_in: qcom,smp2pgpio-rdbg-2-in {
  14. compatible = "qcom,smp2pgpio";
  15. qcom,entry-name = "rdbg";
  16. qcom,remote-pid = <2>;
  17. qcom,is-inbound;
  18. gpio-controller;
  19. #gpio-cells = <2>;
  20. interrupt-controller;
  21. #interrupt-cells = <2>;
  22. };
  23. qcom,smp2pgpio_client_rdbg_2_in {
  24. compatible = "qcom,smp2pgpio_client_rdbg_2_in";
  25. gpios = <&smp2pgpio_rdbg_2_in 0 0>;
  26. };
  27. smp2pgpio_rdbg_2_out: qcom,smp2pgpio-rdbg-2-out {
  28. compatible = "qcom,smp2pgpio";
  29. qcom,entry-name = "rdbg";
  30. qcom,remote-pid = <2>;
  31. gpio-controller;
  32. #gpio-cells = <2>;
  33. interrupt-controller;
  34. #interrupt-cells = <2>;
  35. };
  36. qcom,smp2pgpio_client_rdbg_2_out {
  37. compatible = "qcom,smp2pgpio_client_rdbg_2_out";
  38. gpios = <&smp2pgpio_rdbg_2_out 0 0>;
  39. };
  40. smp2pgpio_rdbg_1_in: qcom,smp2pgpio-rdbg-1-in {
  41. compatible = "qcom,smp2pgpio";
  42. qcom,entry-name = "rdbg";
  43. qcom,remote-pid = <1>;
  44. qcom,is-inbound;
  45. gpio-controller;
  46. #gpio-cells = <2>;
  47. interrupt-controller;
  48. #interrupt-cells = <2>;
  49. };
  50. qcom,smp2pgpio_client_rdbg_1_in {
  51. compatible = "qcom,smp2pgpio_client_rdbg_1_in";
  52. gpios = <&smp2pgpio_rdbg_1_in 0 0>;
  53. };
  54. smp2pgpio_rdbg_1_out: qcom,smp2pgpio-rdbg-1-out {
  55. compatible = "qcom,smp2pgpio";
  56. qcom,entry-name = "rdbg";
  57. qcom,remote-pid = <1>;
  58. gpio-controller;
  59. #gpio-cells = <2>;
  60. interrupt-controller;
  61. #interrupt-cells = <2>;
  62. };
  63. qcom,smp2pgpio_client_rdbg_1_out {
  64. compatible = "qcom,smp2pgpio_client_rdbg_1_out";
  65. gpios = <&smp2pgpio_rdbg_1_out 0 0>;
  66. };
  67. };