msm-irqrouter.txt 494 B

12345678910111213141516171819
  1. * Qualcomm MSM IRQ Router
  2. Required properties:
  3. - cell-index: irq router hardware core index
  4. - compatible :
  5. - "qcom,irqrouter"
  6. - reg : offset and length of the register set for the device
  7. for the irqrouter operating in compatible mode.
  8. - reg-names : should specify relevant names to each reg property defined.
  9. Example:
  10. qcom,irqrouter@0xfda0c000 {
  11. cell-index = <0>;
  12. compatible = "qcom,irqrouter";
  13. reg = <0xfda00000 0x100>;
  14. reg-names = "irqrouter";
  15. };