Philip Avinash | bf22433 | 2013-01-04 13:26:50 +0530 | [diff] [blame] | 1 | Error location module |
| 2 | |
| 3 | Required properties: |
| 4 | - compatible: Must be "ti,am33xx-elm" |
| 5 | - reg: physical base address and size of the registers map. |
| 6 | - interrupts: Interrupt number for the elm. |
| 7 | |
| 8 | Optional properties: |
| 9 | - ti,hwmods: Name of the hwmod associated to the elm |
| 10 | |
| 11 | Example: |
| 12 | elm: elm@0 { |
Philip Avinash | c80e572 | 2013-01-24 12:23:30 +0530 | [diff] [blame] | 13 | compatible = "ti,am3352-elm"; |
Philip Avinash | bf22433 | 2013-01-04 13:26:50 +0530 | [diff] [blame] | 14 | reg = <0x48080000 0x2000>; |
| 15 | interrupts = <4>; |
| 16 | }; |