blob: af6560908905595dbd2a535c013948afa7ef7637 [file] [log] [blame]
Peter Ujfalusi3f187f82012-07-26 17:01:32 +03001/*
2 * Device Tree Source for OMAP2420 SoC
3 *
4 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
5 *
6 * This file is licensed under the terms of the GNU General Public License
7 * version 2. This program is licensed "as is" without any warranty of any
8 * kind, whether express or implied.
9 */
10
11/include/ "omap2.dtsi"
12
13/ {
14 compatible = "ti,omap2420", "ti,omap2";
15
16 ocp {
Jon Hunter510c0ff2012-10-25 14:24:14 -050017 counter32k: counter@48004000 {
18 compatible = "ti,omap-counter32k";
19 reg = <0x48004000 0x20>;
20 ti,hwmods = "counter_32k";
21 };
22
Tony Lindgren679e3312012-09-10 10:34:51 -070023 omap2420_pmx: pinmux@48000030 {
24 compatible = "ti,omap2420-padconf", "pinctrl-single";
25 reg = <0x48000030 0x0113>;
26 #address-cells = <1>;
27 #size-cells = <0>;
28 pinctrl-single,register-width = <8>;
29 pinctrl-single,function-mask = <0x3f>;
30 };
31
Peter Ujfalusi3f187f82012-07-26 17:01:32 +030032 mcbsp1: mcbsp@48074000 {
33 compatible = "ti,omap2420-mcbsp";
34 reg = <0x48074000 0xff>;
35 reg-names = "mpu";
36 interrupts = <59>, /* TX interrupt */
37 <60>; /* RX interrupt */
38 interrupt-names = "tx", "rx";
Peter Ujfalusi3f187f82012-07-26 17:01:32 +030039 ti,hwmods = "mcbsp1";
40 };
41
42 mcbsp2: mcbsp@48076000 {
43 compatible = "ti,omap2420-mcbsp";
44 reg = <0x48076000 0xff>;
45 reg-names = "mpu";
46 interrupts = <62>, /* TX interrupt */
47 <63>; /* RX interrupt */
48 interrupt-names = "tx", "rx";
Peter Ujfalusi3f187f82012-07-26 17:01:32 +030049 ti,hwmods = "mcbsp2";
50 };
Jon Hunterfab8ad02012-10-19 09:59:00 -050051
52 timer1: timer@48028000 {
53 compatible = "ti,omap2-timer";
54 reg = <0x48028000 0x400>;
55 interrupts = <37>;
56 ti,hwmods = "timer1";
57 ti,timer-alwon;
58 };
Peter Ujfalusi3f187f82012-07-26 17:01:32 +030059 };
60};