You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
365 B
16 lines
365 B
Error location module
|
|
|
|
Required properties:
|
|
- compatible: Must be "ti,am3352-elm"
|
|
- reg: physical base address and size of the registers map.
|
|
- interrupts: Interrupt number for the elm.
|
|
|
|
Optional properties:
|
|
- ti,hwmods: Name of the hwmod associated to the elm
|
|
|
|
Example:
|
|
elm: elm@0 {
|
|
compatible = "ti,am3352-elm";
|
|
reg = <0x48080000 0x2000>;
|
|
interrupts = <4>;
|
|
};
|
|
|