]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/mtd/elm.txt
Merge tag 'renesas-fixes4-for-v4.13' of https://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / Documentation / devicetree / bindings / mtd / elm.txt
1 Error location module
2
3 Required properties:
4 - compatible: Must be "ti,am3352-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 {
13         compatible = "ti,am3352-elm";
14         reg = <0x48080000 0x2000>;
15         interrupts = <4>;
16 };