2 * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
10 * Carveout for multimedia usecases
11 * It should be the last 48MB of the first 512MB memory part
12 * In theory, it should not even exist. That zone should be reserved
13 * dynamically during the .reserve callback.
15 /memreserve/ 0x9d000000 0x03000000;
17 /include/ "skeleton.dtsi"
20 compatible = "ti,omap4430", "ti,omap4";
21 interrupt-parent = <&gic>;
28 compatible = "arm,cortex-a9";
31 compatible = "arm,cortex-a9";
36 * The soc node represents the soc top level view. It is uses for IPs
37 * that are not memory mapped in the MPU view or for the MPU itself.
40 compatible = "ti,omap-infra";
42 compatible = "ti,omap4-mpu";
47 compatible = "ti,omap3-c64";
52 compatible = "ti,ivahd";
58 * XXX: Use a flat representation of the OMAP4 interconnect.
59 * The real OMAP interconnect network is quite complex.
61 * MPU -+-- MPU_PRIVATE - GIC, L2
63 * +----------------+----------+
69 * | +- L4_ABE - AESS, MCBSP, TIMERs...
71 * +- L3_MAIN --+- L4_CORE - IPs...
75 * +- L4_CFG -+- L4_WKUP - IPs...
84 * Since that will not bring real advantage to represent that in DT for
85 * the moment, just use a fake OCP bus entry to represent the whole bus
89 compatible = "ti,omap4-l3-noc", "simple-bus";
93 ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3";
95 gic: interrupt-controller@48241000 {
96 compatible = "arm,cortex-a9-gic";
98 #interrupt-cells = <1>;
99 reg = <0x48241000 0x1000>,