fsl-dcp.txt 532 B

1234567891011121314151617
  1. Freescale DCP (Data Co-Processor) found on i.MX23/i.MX28 .
  2. Required properties:
  3. - compatible : Should be "fsl,<soc>-dcp"
  4. - reg : Should contain MXS DCP registers location and length
  5. - interrupts : Should contain MXS DCP interrupt numbers, VMI IRQ and DCP IRQ
  6. must be supplied, optionally Secure IRQ can be present, but
  7. is currently not implemented and not used.
  8. Example:
  9. dcp@80028000 {
  10. compatible = "fsl,imx28-dcp", "fsl,imx23-dcp";
  11. reg = <0x80028000 0x2000>;
  12. interrupts = <52 53>;
  13. status = "okay";
  14. };