imx-iim.txt 719 B

12345678910111213141516171819202122
  1. Freescale i.MX IC Identification Module (IIM) device tree bindings
  2. This binding represents the IC Identification Module (IIM) found on
  3. i.MX25, i.MX27, i.MX31, i.MX35, i.MX51 and i.MX53 SoCs.
  4. Required properties:
  5. - compatible: should be one of
  6. "fsl,imx25-iim", "fsl,imx27-iim",
  7. "fsl,imx31-iim", "fsl,imx35-iim",
  8. "fsl,imx51-iim", "fsl,imx53-iim",
  9. - reg: Should contain the register base and length.
  10. - interrupts: Should contain the interrupt for the IIM
  11. - clocks: Should contain a phandle pointing to the gated peripheral clock.
  12. Example:
  13. iim: iim@63f98000 {
  14. compatible = "fsl,imx53-iim", "fsl,imx27-iim";
  15. reg = <0x63f98000 0x4000>;
  16. interrupts = <69>;
  17. clocks = <&clks IMX5_CLK_IIM_GATE>;
  18. };