arm/dts: Add initial device tree support for OMAP4 SoC
authorBenoit Cousson <b-cousson@ti.com>
Tue, 9 Aug 2011 15:15:17 +0000 (17:15 +0200)
committerBenoit Cousson <b-cousson@ti.com>
Tue, 4 Oct 2011 20:26:58 +0000 (22:26 +0200)
commitd9fda07af7fbb989cf68ba7d2f370320f05664d8
tree389a518f5bc9d69bb71f21fd5addbe2d65f1120b
parentdc2d07ebaea839a6e0fa47588c7984931f3c9c71
arm/dts: Add initial device tree support for OMAP4 SoC

Add initial device-tree support for OMAP4 SoC.

This is based on the original panda board patch done by Manju:
http://permalink.gmane.org/gmane.linux.ports.arm.omap/60393

Add the generic GIC interrupt-controller from ARM.

Add an empty "soc" node to contain non memory mapped IPs
(DSP, MPU, IPU...).

Note: Since reg, irq and dma are provided by hwmod for the
moment, these attributes will not be present at all in DTS
to highlight the gap. They will be added as soon as dma bindings
will be there and drivers will be adapted.

Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Cc: G, Manjunath Kondaiah <manjugk@ti.com>
arch/arm/boot/dts/omap4.dtsi [new file with mode: 0644]