1/*
2 * SAMSUNG Exynos7 Espresso board device tree source
3 *
4 * Copyright (c) 2014 Samsung Electronics Co., Ltd.
5 *		http://www.samsung.com
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
10*/
11
12/dts-v1/;
13#include "exynos7.dtsi"
14
15/ {
16	model = "Samsung Exynos7 Espresso board based on EXYNOS7";
17	compatible = "samsung,exynos7-espresso", "samsung,exynos7";
18
19	aliases {
20		serial0 = &serial_2;
21	};
22
23	chosen {
24		linux,stdout-path = &serial_2;
25	};
26
27	memory@40000000 {
28		device_type = "memory";
29		reg = <0x0 0x40000000 0x0 0xC0000000>;
30	};
31};
32
33&fin_pll {
34	clock-frequency = <24000000>;
35};
36
37&serial_2 {
38	status = "okay";
39};
40