]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/blob - Documentation/devicetree/bindings/arm/omap/dmm.txt
Merge branch 'p-ti-linux-3.8.y' into p-ti-android-3.8.y
[android-sdk/kernel-video.git] / Documentation / devicetree / bindings / arm / omap / dmm.txt
1 OMAP Dynamic Memory Manager (DMM) bindings
3 Required properties:
4 - compatible:   Must be "ti,omap4-dmm" for OMAP4 family
5                 Must be "ti,omap5-dmm" for OMAP5 family
6 - reg:         Contains timer register address range (base address and length)
7 - interrupts:  Contains interrupt information (source, etc) for the DMM IRQ
8 - ti,hwmods:   Name of the hwmod associated to the counter, which is typically
9                 "dmm"
11 Example:
13 dmm: dmm@4e000000 {
14         compatible = "ti,omap4-dmm";
15         reg = <0x4e000000 0x800>;
16         ti,hwmods = "dmm";
17 };