spi-topcliff-pch: add recovery processing in case wait-event timeout
[zen-stable.git] / Documentation / devicetree / bindings / arm / omap / mpu.txt
blob1a5a42ce21bb0ac7480b07ca9aced96914c33910
1 * TI - MPU (Main Processor Unit) subsystem
3 The MPU subsystem contain one or several ARM cores
4 depending of the version.
5 The MPU contain CPUs, GIC, L2 cache and a local PRCM.
7 Required properties:
8 - compatible : Should be "ti,omap3-mpu" for OMAP3
9                Should be "ti,omap4-mpu" for OMAP4
10 - ti,hwmods: "mpu"
12 Examples:
14 - For an OMAP4 SMP system:
16 mpu {
17     compatible = "ti,omap4-mpu";
18     ti,hwmods = "mpu";
22 - For an OMAP3 monocore system:
24 mpu {
25     compatible = "ti,omap3-mpu";
26     ti,hwmods = "mpu";