m4if.txt 284 B

123456789101112
  1. * Freescale Multi Master Multi Memory Interface (M4IF) module
  2. Required properties:
  3. - compatible : Should be "fsl,imx51-m4if"
  4. - reg : Address and length of the register set for the device
  5. Example:
  6. m4if: m4if@83fd8000 {
  7. compatible = "fsl,imx51-m4if";
  8. reg = <0x83fd8000 0x1000>;
  9. };