smp2p.txt 481 B

12345678910111213141516171819
  1. Qualcomm SMSM Point-to-Point (SMP2P)
  2. Required properties:
  3. -compatible : should be "qcom,smp2p"
  4. -reg : the location of the irq register base memory
  5. -qcom,remote-pid : the SMP2P remote processor ID (see smp2p_private_api.h)
  6. -qcom,irq-bitmask : the sending irq bitmask
  7. -interrupts : the receiving interrupt line
  8. Example:
  9. qcom,smp2p-modem {
  10. compatible = "qcom,smp2p";
  11. reg = <0xf9011008 0x4>;
  12. qcom,remote-pid = <1>;
  13. qcom,irq-bitmask = <0x4000>;
  14. interrupts = <0 27 1>;
  15. };