blob: ce7bb64fa117f1d9ea7b7bd96c0f80d6d9bd6f76 [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
Vikas Sajjan1339d332013-08-14 17:15:06 +090034 dp-controller@145B0000 {
35 samsung,color-space = <0>;
36 samsung,dynamic-range = <0>;
37 samsung,ycbcr-coeff = <0>;
38 samsung,color-depth = <1>;
39 samsung,link-rate = <0x0a>;
40 samsung,lane-count = <4>;
41 status = "okay";
42 };
43
Vikas Sajjanee3381d2013-08-14 17:08:33 +090044 fimd@14400000 {
45 status = "okay";
46 display-timings {
47 native-mode = <&timing0>;
48 timing0: timing@0 {
49 clock-frequency = <50000>;
50 hactive = <2560>;
51 vactive = <1600>;
52 hfront-porch = <48>;
53 hback-porch = <80>;
54 hsync-len = <32>;
55 vback-porch = <16>;
56 vfront-porch = <8>;
57 vsync-len = <6>;
58 };
59 };
60 };
61
Chander Kashyap34dcedf2013-06-19 00:29:35 +090062};