Deleted Added
sdiff udiff text old ( 279385 ) new ( 295436 )
full compact
1/*
2 * SAMSUNG SMDK5250 board device tree source
3 *
4 * Copyright (c) 2012 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

--- 60 unchanged lines hidden (view full) ---

69 codec_mclk: codec-mclk {
70 compatible = "fixed-clock";
71 #clock-cells = <0>;
72 clock-frequency = <16934000>;
73 };
74 };
75};
76
77&dp {
78 samsung,color-space = <0>;
79 samsung,dynamic-range = <0>;
80 samsung,ycbcr-coeff = <0>;
81 samsung,color-depth = <1>;
82 samsung,link-rate = <0x0a>;
83 samsung,lane-count = <4>;
84
85 pinctrl-names = "default";
86 pinctrl-0 = <&dp_hpd>;
87 status = "okay";
88};
89
90&ehci {
91 samsung,vbus-gpio = <&gpx2 6 GPIO_ACTIVE_HIGH>;
92};
93
94&fimd {
95 status = "okay";
96
97 display-timings {
98 native-mode = <&timing0>;
99
100 timing0: timing@0 {
101 /* 1280x800 */
102 clock-frequency = <50000>;
103 hactive = <1280>;
104 vactive = <800>;
105 hfront-porch = <4>;
106 hback-porch = <4>;
107 hsync-len = <4>;
108 vback-porch = <4>;
109 vfront-porch = <4>;
110 vsync-len = <4>;
111 };
112 };
113};
114
115&hdmi {
116 hpd-gpio = <&gpx3 7 GPIO_ACTIVE_HIGH>;
117};
118
119&i2c_0 {
120 status = "okay";
121 samsung,i2c-sda-delay = <100>;
122 samsung,i2c-max-bus-freq = <20000>;
123
124 eeprom@50 {
125 compatible = "samsung,s524ad0xd1";
126 reg = <0x50>;
127 };
128
129 max77686@09 {
130 compatible = "maxim,max77686";
131 reg = <0x09>;
132 interrupt-parent = <&gpx3>;
133 interrupts = <2 IRQ_TYPE_NONE>;
134
135 voltage-regulators {
136 ldo1_reg: LDO1 {
137 regulator-name = "P1.0V_LDO_OUT1";
138 regulator-min-microvolt = <1000000>;
139 regulator-max-microvolt = <1000000>;
140 regulator-always-on;
141 };

--- 43 unchanged lines hidden (view full) ---

185 regulator-min-microvolt = <1000000>;
186 regulator-max-microvolt = <1000000>;
187 };
188
189 ldo10_reg: LDO10 {
190 regulator-name = "P1.8V_LDO_OUT10";
191 regulator-min-microvolt = <1800000>;
192 regulator-max-microvolt = <1800000>;
193 };
194
195 ldo11_reg: LDO11 {
196 regulator-name = "P1.8V_LDO_OUT11";
197 regulator-min-microvolt = <1800000>;
198 regulator-max-microvolt = <1800000>;
199 };
200

--- 204 unchanged lines hidden (view full) ---

405 };
406
407 partition@40000 {
408 label = "Kernel";
409 reg = <0x40000 0xc0000>;
410 };
411 };
412};