1/* 2 * Samsung's Exynos4210 based Trats 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 Trats based on Exynos4210"; 15 compatible = "samsung,trats", "samsung,exynos4210"; 16 17 config { 18 samsung,dsim-device-name = "s6e8ax0"; 19 }; 20 21 aliases { 22 i2c0 = "/i2c@13860000"; 23 i2c1 = "/i2c@13870000"; 24 i2c2 = "/i2c@13880000"; 25 i2c3 = "/i2c@13890000"; 26 i2c4 = "/i2c@138a0000"; 27 i2c5 = "/i2c@138b0000"; 28 i2c6 = "/i2c@138c0000"; 29 i2c7 = "/i2c@138d0000"; 30 serial0 = "/serial@13800000"; 31 console = "/serial@13820000"; 32 mmc0 = "sdhci@12510000"; 33 mmc2 = "sdhci@12530000"; 34 }; 35 36 fimd@11c00000 { 37 compatible = "samsung,exynos-fimd"; 38 reg = <0x11c00000 0xa4>; 39 40 samsung,vl-freq = <60>; 41 samsung,vl-col = <720>; 42 samsung,vl-row = <1280>; 43 samsung,vl-width = <720>; 44 samsung,vl-height = <1280>; 45 46 samsung,vl-clkp = <0>; 47 samsung,vl-oep = <0>; 48 samsung,vl-hsp = <1>; 49 samsung,vl-vsp = <1>; 50 samsung,vl-dp = <1>; 51 samsung,vl-bpix = <4>; 52 53 samsung,vl-hspw = <5>; 54 samsung,vl-hbpd = <10>; 55 samsung,vl-hfpd = <10>; 56 samsung,vl-vspw = <2>; 57 samsung,vl-vbpd = <1>; 58 samsung,vl-vfpd = <13>; 59 samsung,vl-cmd-allow-len = <0xf>; 60 61 samsung,winid = <3>; 62 samsung,power-on-delay = <30>; 63 samsung,interface-mode = <1>; 64 samsung,mipi-enabled = <1>; 65 samsung,dp-enabled; 66 samsung,dual-lcd-enabled; 67 68 samsung,logo-on = <1>; 69 samsung,resolution = <0>; 70 samsung,rgb-mode = <0>; 71 }; 72 73 mipidsi@11c80000 { 74 compatible = "samsung,exynos-mipi-dsi"; 75 reg = <0x11c80000 0x5c>; 76 77 samsung,dsim-config-e-interface = <1>; 78 samsung,dsim-config-e-virtual-ch = <0>; 79 samsung,dsim-config-e-pixel-format = <7>; 80 samsung,dsim-config-e-burst-mode = <1>; 81 samsung,dsim-config-e-no-data-lane = <3>; 82 samsung,dsim-config-e-byte-clk = <0>; 83 samsung,dsim-config-hfp = <1>; 84 85 samsung,dsim-config-p = <3>; 86 samsung,dsim-config-m = <120>; 87 samsung,dsim-config-s = <1>; 88 89 samsung,dsim-config-pll-stable-time = <500>; 90 samsung,dsim-config-esc-clk = <20000000>; 91 samsung,dsim-config-stop-holding-cnt = <0x7ff>; 92 samsung,dsim-config-bta-timeout = <0xff>; 93 samsung,dsim-config-rx-timeout = <0xffff>; 94 95 samsung,dsim-device-id = <0xffffffff>; 96 samsung,dsim-device-bus-id = <0>; 97 98 samsung,dsim-device-reverse-panel = <1>; 99 }; 100 101 sdhci@12510000 { 102 samsung,bus-width = <8>; 103 samsung,timing = <1 3 3>; 104 pwr-gpios = <&gpio 0xA2 0>; 105 }; 106 107 sdhci@12520000 { 108 status = "disabled"; 109 }; 110 111 sdhci@12530000 { 112 samsung,bus-width = <4>; 113 samsung,timing = <1 2 3>; 114 cd-gpios = <&gpio 0x39C 0>; 115 }; 116 117 sdhci@12540000 { 118 status = "disabled"; 119 }; 120}; 121