Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
[deliverable/linux.git] / Documentation / devicetree / bindings / mtd / elm.txt
CommitLineData
bf224335
PA
1Error 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 {
c80e572c 13 compatible = "ti,am3352-elm";
bf224335
PA
14 reg = <0x48080000 0x2000>;
15 interrupts = <4>;
16};
This page took 0.169335 seconds and 5 git commands to generate.