mediatek,ap_ccif1.txt 927 B

12345678910111213141516171819202122232425262728
  1. Mediatek ap_ccif1 device
  2. ============================
  3. The Mediatek ap_ccif1 controller is an interface to communicate with MD2.
  4. Required Properties:
  5. - compatible: Should be:
  6. "mediatek,ap_ccif1"
  7. - reg: physical base address of AP CCIF base, length of AP CCIF, and MD CCIF base & Length of MD CCIF
  8. - interrupts: interrupt number to the cpu.
  9. - mediatek,md_id: configure MD id for modem_ccif driver.
  10. - mediatek,ccif_capability: config AP ccci driver feature.
  11. - mediatek,md_smem_size: AP and MD share memory size.
  12. Optional properties:
  13. Example:
  14. ap_ccif1:ap_ccif1@1020B000 {
  15. compatible = "mediatek,ap_ccif1";
  16. reg = <0x1020B000 0x1000>, /*ap ccif1 base*/
  17. <0x1020C000 0x1000>; /*md ccif1 base*/
  18. interrupts = <0 141 0x8>, /* AP CCIF1 irq*/
  19. <0 175 0x2>; /* MD2_WDT irq*/
  20. mediatek,md_id = <1>;
  21. mediatek,ccif_capability = <0>;
  22. mediatek,md_smem_size = <0x400000>; /* md share memory size */
  23. };