blob: 8c1528c421d47b2ca3995cff8a4f80af4942c8fb [file] [log] [blame]
Philip Avinashbf224332013-01-04 13:26:50 +05301Error location module
2
3Required 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
8Optional properties:
9- ti,hwmods: Name of the hwmod associated to the elm
10
11Example:
12elm: elm@0 {
Philip Avinashc80e5722013-01-24 12:23:30 +053013 compatible = "ti,am3352-elm";
Philip Avinashbf224332013-01-04 13:26:50 +053014 reg = <0x48080000 0x2000>;
15 interrupts = <4>;
16};