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 = <3>;
103 reg = <0x48241000 0x1000>,
107 gpio1: gpio@4a310000 {
108 compatible = "ti,omap4-gpio";
112 interrupt-controller;
113 #interrupt-cells = <1>;
116 gpio2: gpio@48055000 {
117 compatible = "ti,omap4-gpio";
121 interrupt-controller;
122 #interrupt-cells = <1>;
125 gpio3: gpio@48057000 {
126 compatible = "ti,omap4-gpio";
130 interrupt-controller;
131 #interrupt-cells = <1>;
134 gpio4: gpio@48059000 {
135 compatible = "ti,omap4-gpio";
139 interrupt-controller;
140 #interrupt-cells = <1>;
143 gpio5: gpio@4805b000 {
144 compatible = "ti,omap4-gpio";
148 interrupt-controller;
149 #interrupt-cells = <1>;
152 gpio6: gpio@4805d000 {
153 compatible = "ti,omap4-gpio";
157 interrupt-controller;
158 #interrupt-cells = <1>;
161 uart1: serial@4806a000 {
162 compatible = "ti,omap4-uart";
164 clock-frequency = <48000000>;
167 uart2: serial@4806c000 {
168 compatible = "ti,omap4-uart";
170 clock-frequency = <48000000>;
173 uart3: serial@48020000 {
174 compatible = "ti,omap4-uart";
176 clock-frequency = <48000000>;
179 uart4: serial@4806e000 {
180 compatible = "ti,omap4-uart";
182 clock-frequency = <48000000>;
186 compatible = "ti,omap4-i2c";
187 #address-cells = <1>;
193 compatible = "ti,omap4-i2c";
194 #address-cells = <1>;
200 compatible = "ti,omap4-i2c";
201 #address-cells = <1>;
207 compatible = "ti,omap4-i2c";
208 #address-cells = <1>;
213 mcspi1: spi@48098000 {
214 compatible = "ti,omap4-mcspi";
215 #address-cells = <1>;
217 ti,hwmods = "mcspi1";
221 mcspi2: spi@4809a000 {
222 compatible = "ti,omap4-mcspi";
223 #address-cells = <1>;
225 ti,hwmods = "mcspi2";
229 mcspi3: spi@480b8000 {
230 compatible = "ti,omap4-mcspi";
231 #address-cells = <1>;
233 ti,hwmods = "mcspi3";
237 mcspi4: spi@480ba000 {
238 compatible = "ti,omap4-mcspi";
239 #address-cells = <1>;
241 ti,hwmods = "mcspi4";
246 compatible = "ti,omap4-hsmmc";
249 ti,needs-special-reset;
253 compatible = "ti,omap4-hsmmc";
255 ti,needs-special-reset;
259 compatible = "ti,omap4-hsmmc";
261 ti,needs-special-reset;
265 compatible = "ti,omap4-hsmmc";
267 ti,needs-special-reset;
271 compatible = "ti,omap4-hsmmc";
273 ti,needs-special-reset;
277 compatible = "ti,omap4-wdt", "ti,omap3-wdt";
278 ti,hwmods = "wd_timer2";
281 mcpdm: mcpdm@40132000 {
282 compatible = "ti,omap4-mcpdm";
283 reg = <0x40132000 0x7f>, /* MPU private access */
284 <0x49032000 0x7f>; /* L3 Interconnect */
285 interrupts = <0 112 0x4>;
286 interrupt-parent = <&gic>;
290 dmic: dmic@4012e000 {
291 compatible = "ti,omap4-dmic";
292 reg = <0x4012e000 0x7f>, /* MPU private access */
293 <0x4902e000 0x7f>; /* L3 Interconnect */
294 interrupts = <0 114 0x4>;
295 interrupt-parent = <&gic>;