elm.txt 365 B

12345678910111213141516
  1. Error location module
  2. Required properties:
  3. - compatible: Must be "ti,am33xx-elm"
  4. - reg: physical base address and size of the registers map.
  5. - interrupts: Interrupt number for the elm.
  6. Optional properties:
  7. - ti,hwmods: Name of the hwmod associated to the elm
  8. Example:
  9. elm: elm@0 {
  10. compatible = "ti,am3352-elm";
  11. reg = <0x48080000 0x2000>;
  12. interrupts = <4>;
  13. };