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>;
32 compatible = "arm,cortex-a9";
35 compatible = "arm,cortex-a9";
40 * The soc node represents the soc top level view. It is uses for IPs
41 * that are not memory mapped in the MPU view or for the MPU itself.
44 compatible = "ti,omap-infra";
46 compatible = "ti,omap4-mpu";
51 compatible = "ti,omap3-c64";
56 compatible = "ti,ivahd";
62 * XXX: Use a flat representation of the OMAP4 interconnect.
63 * The real OMAP interconnect network is quite complex.
65 * MPU -+-- MPU_PRIVATE - GIC, L2
67 * +----------------+----------+
73 * | +- L4_ABE - AESS, MCBSP, TIMERs...
75 * +- L3_MAIN --+- L4_CORE - IPs...
79 * +- L4_CFG -+- L4_WKUP - IPs...
88 * Since that will not bring real advantage to represent that in DT for
89 * the moment, just use a fake OCP bus entry to represent the whole bus
93 compatible = "ti,omap4-l3-noc", "simple-bus";
97 ti,hwmods = "l3_main_1", "l3_main_2", "l3_main_3";
99 gic: interrupt-controller@48241000 {
100 compatible = "arm,cortex-a9-gic";
101 interrupt-controller;
102 #interrupt-cells = <1>;
103 reg = <0x48241000 0x1000>,
107 uart1: serial@0x4806a000 {
108 compatible = "ti,omap4-uart";
110 clock-frequency = <48000000>;
113 uart2: serial@0x4806c000 {
114 compatible = "ti,omap4-uart";
116 clock-frequency = <48000000>;
119 uart3: serial@0x48020000 {
120 compatible = "ti,omap4-uart";
122 clock-frequency = <48000000>;
125 uart4: serial@0x4806e000 {
126 compatible = "ti,omap4-uart";
128 clock-frequency = <48000000>;