blob: d0cc300cfb4b6ae185677e9971e537f31f560559 [file] [log] [blame]
Rahul Sharma72f1da02014-05-09 06:26:44 +09001/*
2 * SAMSUNG XYREF5260 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 "exynos5260.dtsi"
14
15/ {
16 model = "SAMSUNG XYREF5260 board based on EXYNOS5260";
17 compatible = "samsung,xyref5260", "samsung,exynos5260", "samsung,exynos5";
18
Javier Martinez Canillasa0eb1092016-09-01 11:06:56 +020019 memory@20000000 {
Javier Martinez Canillas12676ee2016-09-01 11:06:53 +020020 device_type = "memory";
Rahul Sharma72f1da02014-05-09 06:26:44 +090021 reg = <0x20000000 0x80000000>;
22 };
23
24 chosen {
25 bootargs = "console=ttySAC2,115200";
26 };
27
28 fin_pll: xxti {
29 compatible = "fixed-clock";
30 clock-frequency = <24000000>;
31 clock-output-names = "fin_pll";
32 #clock-cells = <0>;
33 };
34
35 xrtcxti: xrtcxti {
36 compatible = "fixed-clock";
37 clock-frequency = <32768>;
38 clock-output-names = "xrtcxti";
39 #clock-cells = <0>;
40 };
41};
42
43&pinctrl_0 {
44 hdmi_hpd_irq: hdmi-hpd-irq {
45 samsung,pins = "gpx3-7";
Krzysztof Kozlowskibad96a02016-09-04 13:04:12 +020046 samsung,pin-function = <EXYNOS_PIN_FUNC_INPUT>;
47 samsung,pin-pud = <EXYNOS_PIN_PULL_DOWN>;
48 samsung,pin-drv = <EXYNOS5260_PIN_DRV_LV1>;
Rahul Sharma72f1da02014-05-09 06:26:44 +090049 };
50};
51
52&uart0 {
53 status = "okay";
54};
55
56&uart1 {
57 status = "okay";
58};
59
60&uart2 {
61 status = "okay";
62};
63
64&uart3 {
65 status = "okay";
66};
67
68&mmc_0 {
69 status = "okay";
70 num-slots = <1>;
71 broken-cd;
72 bypass-smu;
Jaehoon Chungaaa25a52014-08-18 11:55:32 -050073 cap-mmc-highspeed;
Russell King6a53bc72015-05-14 16:18:46 +010074 supports-hs200-mode; /* 200 MHz */
Rahul Sharma72f1da02014-05-09 06:26:44 +090075 card-detect-delay = <200>;
76 samsung,dw-mshc-ciu-div = <3>;
77 samsung,dw-mshc-sdr-timing = <0 4>;
78 samsung,dw-mshc-ddr-timing = <0 2>;
79 pinctrl-names = "default";
80 pinctrl-0 = <&sd0_rdqs &sd0_clk &sd0_cmd &sd0_bus1 &sd0_bus4 &sd0_bus8>;
Jaehoon Chungaaa25a52014-08-18 11:55:32 -050081 bus-width = <8>;
Rahul Sharma72f1da02014-05-09 06:26:44 +090082};
83
84&mmc_2 {
85 status = "okay";
86 num-slots = <1>;
Jaehoon Chungaaa25a52014-08-18 11:55:32 -050087 cap-sd-highspeed;
Rahul Sharma72f1da02014-05-09 06:26:44 +090088 card-detect-delay = <200>;
89 samsung,dw-mshc-ciu-div = <3>;
90 samsung,dw-mshc-sdr-timing = <2 3>;
91 samsung,dw-mshc-ddr-timing = <1 2>;
92 pinctrl-names = "default";
93 pinctrl-0 = <&sd2_clk &sd2_cmd &sd2_cd &sd2_bus1 &sd2_bus4>;
Jaehoon Chungaaa25a52014-08-18 11:55:32 -050094 bus-width = <4>;
95 disable-wp;
Rahul Sharma72f1da02014-05-09 06:26:44 +090096};