]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/dts/exynos4210-universal_c210.dts
zynq: add UART nodes to device tree to initialize UART with OF
[karo-tx-uboot.git] / arch / arm / dts / exynos4210-universal_c210.dts
1 /*
2  * Samsung's Exynos4210 based Universal C210 board device tree source
3  *
4  * Copyright (c) 2014 Samsung Electronics Co., Ltd.
5  *              http://www.samsung.com
6  *
7  * SPDX-License-Identifier:     GPL-2.0+
8  */
9
10 /dts-v1/;
11 /include/ "exynos4.dtsi"
12
13 / {
14         model = "Samsung Universal C210 based on Exynos4210 rev0";
15         compatible = "samsung,universal_c210", "samsung,exynos4210";
16
17         aliases {
18                 serial0 = "/serial@13800000";
19                 console = "/serial@13820000";
20                 mmc0 = "sdhci@12510000";
21                 mmc2 = "sdhci@12530000";
22         };
23
24         sdhci@12510000 {
25                 samsung,bus-width = <8>;
26                 samsung,timing = <1 3 3>;
27                 pwr-gpios = <&gpio 0x2008002 0>;
28         };
29
30         sdhci@12520000 {
31                 status = "disabled";
32         };
33
34         sdhci@12530000 {
35                 samsung,bus-width = <4>;
36                 samsung,timing = <1 2 3>;
37                 cd-gpios = <&gpio 0x20c6004 0>;
38         };
39
40         sdhci@12540000 {
41                 status = "disabled";
42         };
43
44         fimd@11c00000 {
45                 compatible = "samsung,exynos-fimd";
46                 reg = <0x11c00000 0xa4>;
47
48                 samsung,vl-freq = <60>;
49                 samsung,vl-col = <480>;
50                 samsung,vl-row = <800>;
51                 samsung,vl-width = <480>;
52                 samsung,vl-height = <800>;
53
54                 samsung,vl-clkp = <0>;
55                 samsung,vl-oep = <0>;
56                 samsung,vl-hsp = <1>;
57                 samsung,vl-vsp = <1>;
58                 samsung,vl-dp = <1>;
59                 samsung,vl-bpix = <4>;
60
61                 samsung,vl-hspw = <2>;
62                 samsung,vl-hbpd = <16>;
63                 samsung,vl-hfpd = <16>;
64                 samsung,vl-vspw = <2>;
65                 samsung,vl-vbpd = <8>;
66                 samsung,vl-vfpd = <8>;
67                 samsung,vl-cmd-allow-len = <0xf>;
68
69                 samsung,pclk_name = <1>;
70                 samsung,sclk_div = <1>;
71
72                 samsung,winid = <0>;
73                 samsung,power-on-delay = <10000>;
74                 samsung,interface-mode = <1>;
75                 samsung,mipi-enabled = <0>;
76                 samsung,dp-enabled;
77                 samsung,dual-lcd-enabled;
78
79                 samsung,logo-on = <1>;
80                 samsung,resolution = <0>;
81                 samsung,rgb-mode = <0>;
82         };
83 };