blob: 380c22eb468ef705186e9f3f55137e19809ac8d4 [file] [log] [blame]
Tony Lindgren642f12b2012-09-10 10:20:44 -07001/*
2 * Device Tree Source for OMAP3 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
Florian Vaussard98ef79572013-05-31 14:32:55 +020011#include "omap3.dtsi"
Tony Lindgren642f12b2012-09-10 10:20:44 -070012
13/ {
14 aliases {
15 serial3 = &uart4;
16 };
17
Nishanth Menon3027e262013-03-19 12:53:04 -050018 cpus {
19 /* OMAP3630/OMAP37xx 'standard device' variants OPP50 to OPP130 */
20 cpu@0 {
21 operating-points = <
22 /* kHz uV */
Nishanth Menone011cf62013-04-26 12:39:32 -050023 300000 1012500
24 600000 1200000
25 800000 1325000
Nishanth Menon3027e262013-03-19 12:53:04 -050026 >;
27 clock-latency = <300000>; /* From legacy driver */
28 };
29 };
30
Tony Lindgren642f12b2012-09-10 10:20:44 -070031 ocp {
32 uart4: serial@49042000 {
33 compatible = "ti,omap3-uart";
Tony Lindgrend7c8f252013-10-17 15:15:22 -070034 reg = <0x49042000 0x400>;
35 interrupts = <80>;
36 dmas = <&sdma 81 &sdma 82>;
37 dma-names = "tx", "rx";
Tony Lindgren642f12b2012-09-10 10:20:44 -070038 ti,hwmods = "uart4";
39 clock-frequency = <48000000>;
40 };
41 };
42};