aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/omap36xx.dtsi
blob: 96bf0287cb9f92028b14b4f7e2c093d8fac57d5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
 * Device Tree Source for OMAP3 SoC
 *
 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
 *
 * This file is licensed under the terms of the GNU General Public License
 * version 2.  This program is licensed "as is" without any warranty of any
 * kind, whether express or implied.
 */

/include/ "omap3.dtsi"

/ {
	aliases {
		serial3 = &uart4;
	};

	ocp {
		uart4: serial@49042000 {
			compatible = "ti,omap3-uart";
			ti,hwmods = "uart4";
			clock-frequency = <48000000>;
		};
	};
};