blob: 0c0249c80bb867f2cfa7f1424521c4777f657b66 [file] [log] [blame]
Chander Kashyap34dcedf2013-06-19 00:29:35 +09001/*
2 * SAMSUNG SMDK5420 board device tree source
3 *
4 * Copyright (c) 2013 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 "exynos5420.dtsi"
14
15/ {
16 model = "Samsung SMDK5420 board based on EXYNOS5420";
17 compatible = "samsung,smdk5420", "samsung,exynos5420";
18
19 memory {
20 reg = <0x20000000 0x80000000>;
21 };
22
23 chosen {
24 bootargs = "console=ttySAC2,115200 init=/linuxrc";
25 };
26
27 fixed-rate-clocks {
28 oscclk {
29 compatible = "samsung,exynos5420-oscclk";
30 clock-frequency = <24000000>;
31 };
32 };
Vikas Sajjanee3381d2013-08-14 17:08:33 +090033
34 fimd@14400000 {
35 status = "okay";
36 display-timings {
37 native-mode = <&timing0>;
38 timing0: timing@0 {
39 clock-frequency = <50000>;
40 hactive = <2560>;
41 vactive = <1600>;
42 hfront-porch = <48>;
43 hback-porch = <80>;
44 hsync-len = <32>;
45 vback-porch = <16>;
46 vfront-porch = <8>;
47 vsync-len = <6>;
48 };
49 };
50 };
51
Chander Kashyap34dcedf2013-06-19 00:29:35 +090052};