1266943Sbr/*-
2266943Sbr * Copyright (c) 2014 Ruslan Bukin <br@bsdpad.com>
3266943Sbr * All rights reserved.
4266943Sbr *
5266943Sbr * Redistribution and use in source and binary forms, with or without
6266943Sbr * modification, are permitted provided that the following conditions
7266943Sbr * are met:
8266943Sbr * 1. Redistributions of source code must retain the above copyright
9266943Sbr *    notice, this list of conditions and the following disclaimer.
10266943Sbr * 2. Redistributions in binary form must reproduce the above copyright
11266943Sbr *    notice, this list of conditions and the following disclaimer in the
12266943Sbr *    documentation and/or other materials provided with the distribution.
13266943Sbr *
14266943Sbr * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15266943Sbr * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16266943Sbr * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17266943Sbr * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18266943Sbr * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19266943Sbr * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20266943Sbr * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21266943Sbr * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22266943Sbr * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23266943Sbr * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24266943Sbr * SUCH DAMAGE.
25266943Sbr *
26266943Sbr * $FreeBSD: releng/10.2/sys/boot/fdt/dts/arm/exynos5420.dtsi 278599 2015-02-11 22:35:32Z ian $
27266943Sbr */
28266943Sbr
29266943Sbr/include/ "exynos5.dtsi"
30266943Sbr
31266943Sbr/ {
32266943Sbr	compatible = "samsung,exynos5420", "samsung,exynos5";
33266943Sbr
34266943Sbr	SOC: Exynos5@0 {
35266943Sbr
36266943Sbr		serial0: serial@12C00000 {
37266943Sbr			clock-frequency = < 50000000 >;
38266943Sbr		};
39266943Sbr
40266943Sbr		serial1: serial@12C10000 {
41266943Sbr			clock-frequency = < 50000000 >;
42266943Sbr		};
43266943Sbr
44266943Sbr		serial2: serial@12C20000 {
45266943Sbr			clock-frequency = < 50000000 >;
46266943Sbr		};
47266943Sbr
48266943Sbr		serial3: serial@12C30000 {
49266943Sbr			clock-frequency = < 50000000 >;
50266943Sbr		};
51266943Sbr	};
52266943Sbr};
53