Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux/fpc-iii.git] / Documentation / devicetree / bindings / arm / omap / mpu.txt
blob83f405bde138a35f824f19ad27873982f8bc0325
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                Should be "ti,omap5-mpu" for OMAP5
11 - ti,hwmods: "mpu"
13 Examples:
15 - For an OMAP5 SMP system:
17 mpu {
18     compatible = "ti,omap5-mpu";
19     ti,hwmods = "mpu"
22 - For an OMAP4 SMP system:
24 mpu {
25     compatible = "ti,omap4-mpu";
26     ti,hwmods = "mpu";
30 - For an OMAP3 monocore system:
32 mpu {
33     compatible = "ti,omap3-mpu";
34     ti,hwmods = "mpu";