2 * Device Tree Source for OMAP2420 SoC
4 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
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.
11 /include/ "omap2.dtsi"
14 compatible = "ti,omap2420", "ti,omap2";
17 counter32k: counter@48004000 {
18 compatible = "ti,omap-counter32k";
19 reg = <0x48004000 0x20>;
20 ti,hwmods = "counter_32k";
23 omap2420_pmx: pinmux@48000030 {
24 compatible = "ti,omap2420-padconf", "pinctrl-single";
25 reg = <0x48000030 0x0113>;
28 pinctrl-single,register-width = <8>;
29 pinctrl-single,function-mask = <0x3f>;
32 gpio1: gpio@48018000 {
33 compatible = "ti,omap2-gpio";
34 reg = <0x48018000 0x200>;
40 #interrupt-cells = <2>;
44 gpio2: gpio@4801a000 {
45 compatible = "ti,omap2-gpio";
46 reg = <0x4801a000 0x200>;
52 #interrupt-cells = <2>;
56 gpio3: gpio@4801c000 {
57 compatible = "ti,omap2-gpio";
58 reg = <0x4801c000 0x200>;
64 #interrupt-cells = <2>;
68 gpio4: gpio@4801e000 {
69 compatible = "ti,omap2-gpio";
70 reg = <0x4801e000 0x200>;
76 #interrupt-cells = <2>;
81 compatible = "ti,omap2420-gpmc";
82 reg = <0x6800a000 0x1000>;
87 gpmc,num-waitpins = <4>;
91 mcbsp1: mcbsp@48074000 {
92 compatible = "ti,omap2420-mcbsp";
93 reg = <0x48074000 0xff>;
95 interrupts = <59>, /* TX interrupt */
96 <60>; /* RX interrupt */
97 interrupt-names = "tx", "rx";
101 dma-names = "tx", "rx";
104 mcbsp2: mcbsp@48076000 {
105 compatible = "ti,omap2420-mcbsp";
106 reg = <0x48076000 0xff>;
108 interrupts = <62>, /* TX interrupt */
109 <63>; /* RX interrupt */
110 interrupt-names = "tx", "rx";
111 ti,hwmods = "mcbsp2";
114 dma-names = "tx", "rx";
117 timer1: timer@48028000 {
118 compatible = "ti,omap2420-timer";
119 reg = <0x48028000 0x400>;
121 ti,hwmods = "timer1";