1252371Sray/*-
2278599Sian * Copyright (c) 2013-2014 Ruslan Bukin <br@bsdpad.com>
3252371Sray * All rights reserved.
4252371Sray *
5252371Sray * Redistribution and use in source and binary forms, with or without
6252371Sray * modification, are permitted provided that the following conditions
7252371Sray * are met:
8252371Sray * 1. Redistributions of source code must retain the above copyright
9252371Sray *    notice, this list of conditions and the following disclaimer.
10252371Sray * 2. Redistributions in binary form must reproduce the above copyright
11252371Sray *    notice, this list of conditions and the following disclaimer in the
12252371Sray *    documentation and/or other materials provided with the distribution.
13252371Sray *
14252371Sray * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15252371Sray * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16252371Sray * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17252371Sray * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18252371Sray * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19252371Sray * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20252371Sray * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21252371Sray * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22252371Sray * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23252371Sray * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24252371Sray * SUCH DAMAGE.
25252371Sray *
26252371Sray * $FreeBSD: releng/10.2/sys/boot/fdt/dts/arm/exynos5250.dtsi 278599 2015-02-11 22:35:32Z ian $
27252371Sray */
28252371Sray
29278599Sian/include/ "exynos5.dtsi"
30278599Sian
31252371Sray/ {
32278599Sian	compatible = "samsung,exynos5250", "samsung,exynos5";
33252371Sray
34266332Sian	SOC: Exynos5@0 {
35252371Sray
36252371Sray		serial0: serial@12C00000 {
37252371Sray			clock-frequency = < 100000000 >;
38252371Sray		};
39252371Sray
40252371Sray		serial1: serial@12C10000 {
41252371Sray			clock-frequency = < 100000000 >;
42252371Sray		};
43252371Sray
44252371Sray		serial2: serial@12C20000 {
45252371Sray			clock-frequency = < 100000000 >;
46252371Sray		};
47252371Sray
48252371Sray		serial3: serial@12C30000 {
49252371Sray			clock-frequency = < 100000000 >;
50252371Sray		};
51252371Sray	};
52252371Sray};
53