Merge tag 'ntb-3.13' of git://github.com/jonmason/ntb
[linux-drm-fsl-dcu.git] / Documentation / devicetree / bindings / arm / omap / omap.txt
1 * Texas Instruments OMAP
2
3 OMAP is currently using a static file per SoC family to describe the
4 IPs present in the SoC.
5 On top of that an omap_device is created to extend the platform_device
6 capabilities and to allow binding with one or several hwmods.
7 The hwmods will contain all the information to build the device:
8 address range, irq lines, dma lines, interconnect, PRCM register,
9 clock domain, input clocks.
10 For the moment just point to the existing hwmod, the next step will be
11 to move data from hwmod to device-tree representation.
12
13
14 Required properties:
15 - compatible: Every devices present in OMAP SoC should be in the
16   form: "ti,XXX"
17 - ti,hwmods: list of hwmod names (ascii strings), that comes from the OMAP
18   HW documentation, attached to a device. Must contain at least
19   one hwmod.
20
21 Optional properties:
22 - ti,no_idle_on_suspend: When present, it prevents the PM to idle the module
23   during suspend.
24 - ti,no-reset-on-init: When present, the module should not be reset at init
25 - ti,no-idle-on-init: When present, the module should not be idled at init
26
27 Example:
28
29 spinlock@1 {
30     compatible = "ti,omap4-spinlock";
31     ti,hwmods = "spinlock";
32 };
33
34
35 Boards:
36
37 - OMAP3 BeagleBoard : Low cost community board
38   compatible = "ti,omap3-beagle", "ti,omap3"
39
40 - OMAP3 Tobi with Overo : Commercial expansion board with daughter board
41   compatible = "ti,omap3-tobi", "ti,omap3-overo", "ti,omap3"
42
43 - OMAP4 SDP : Software Development Board
44   compatible = "ti,omap4-sdp", "ti,omap4430"
45
46 - OMAP4 PandaBoard : Low cost community board
47   compatible = "ti,omap4-panda", "ti,omap4430"
48
49 - OMAP3 EVM : Software Development Board for OMAP35x, AM/DM37x
50   compatible = "ti,omap3-evm", "ti,omap3"
51
52 - AM335X EVM : Software Development Board for AM335x
53   compatible = "ti,am335x-evm", "ti,am33xx", "ti,omap3"
54
55 - AM335X Bone : Low cost community board
56   compatible = "ti,am335x-bone", "ti,am33xx", "ti,omap3"
57
58 - OMAP5 EVM : Evaluation Module
59   compatible = "ti,omap5-evm", "ti,omap5"
60
61 - AM43x EPOS EVM
62   compatible = "ti,am43x-epos-evm", "ti,am4372", "ti,am43"
63
64 - DRA7 EVM:  Software Developement Board for DRA7XX
65   compatible = "ti,dra7-evm", "ti,dra7"