2 * Copyright 2013 Crystalfontz America, Inc.
3 * Copyright 2012 Free Electrons
5 * The code contained herein is licensed under the GNU General Public
6 * License. You may obtain a copy of the GNU General Public License
7 * Version 2 or later at the following locations:
9 * http://www.opensource.org/licenses/gpl-license.html
10 * http://www.gnu.org/copyleft/gpl.html
14 * The CFA-10057 is an expansion board for the CFA-10036 module, thus we
15 * need to include the CFA-10036 DTS.
17 /include/ "imx28-cfa10036.dts"
20 model = "Crystalfontz CFA-10057 Board";
21 compatible = "crystalfontz,cfa10057", "crystalfontz,cfa10036", "fsl,imx28";
26 usb_pins_cfa10057: usb-10057@0 {
29 0x0073 /* MX28_PAD_GPMI_D7__GPIO_0_7 */
31 fsl,drive-strength = <0>;
36 lcdif_18bit_pins_cfa10057: lcdif-18bit@0 {
39 0x1000 /* MX28_PAD_LCD_D00__LCD_D0 */
40 0x1010 /* MX28_PAD_LCD_D01__LCD_D1 */
41 0x1020 /* MX28_PAD_LCD_D02__LCD_D2 */
42 0x1030 /* MX28_PAD_LCD_D03__LCD_D3 */
43 0x1040 /* MX28_PAD_LCD_D04__LCD_D4 */
44 0x1050 /* MX28_PAD_LCD_D05__LCD_D5 */
45 0x1060 /* MX28_PAD_LCD_D06__LCD_D6 */
46 0x1070 /* MX28_PAD_LCD_D07__LCD_D7 */
47 0x1080 /* MX28_PAD_LCD_D08__LCD_D8 */
48 0x1090 /* MX28_PAD_LCD_D09__LCD_D9 */
49 0x10a0 /* MX28_PAD_LCD_D10__LCD_D10 */
50 0x10b0 /* MX28_PAD_LCD_D11__LCD_D11 */
51 0x10c0 /* MX28_PAD_LCD_D12__LCD_D12 */
52 0x10d0 /* MX28_PAD_LCD_D13__LCD_D13 */
53 0x10e0 /* MX28_PAD_LCD_D14__LCD_D14 */
54 0x10f0 /* MX28_PAD_LCD_D15__LCD_D15 */
55 0x1100 /* MX28_PAD_LCD_D16__LCD_D16 */
56 0x1110 /* MX28_PAD_LCD_D17__LCD_D17 */
58 fsl,drive-strength = <0>;
63 lcdif_pins_cfa10057: lcdif-evk@0 {
66 0x1181 /* MX28_PAD_LCD_RD_E__LCD_VSYNC */
67 0x1191 /* MX28_PAD_LCD_WR_RWN__LCD_HSYNC */
68 0x11a1 /* MX28_PAD_LCD_RS__LCD_DOTCLK */
69 0x11b1 /* MX28_PAD_LCD_CS__LCD_ENABLE */
71 fsl,drive-strength = <0>;
78 pinctrl-names = "default";
79 pinctrl-0 = <&lcdif_18bit_pins_cfa10057
80 &lcdif_pins_cfa10057>;
85 bits-per-pixel = <32>;
89 native-mode = <&timing0>;
91 clock-frequency = <30000000>;
103 pixelclk-active = <1>;
112 fsl,lradc-touchscreen-wires = <4>;
117 pinctrl-names = "default";
118 pinctrl-0 = <&pwm3_pins_b>;
123 pinctrl-names = "default";
124 pinctrl-0 = <&i2c1_pins_a>;
128 usbphy1: usbphy@8007e000 {
136 vbus-supply = <®_usb1_vbus>;
137 pinctrl-0 = <&usbphy1_pins_a>;
138 pinctrl-names = "default";
144 compatible = "simple-bus";
146 reg_usb1_vbus: usb1_vbus {
147 compatible = "regulator-fixed";
148 pinctrl-names = "default";
149 pinctrl-0 = <&usb_pins_cfa10057>;
150 regulator-name = "usb1_vbus";
151 regulator-min-microvolt = <5000000>;
152 regulator-max-microvolt = <5000000>;
158 mac0: ethernet@800f0000 {
160 pinctrl-names = "default";
161 pinctrl-0 = <&mac0_pins_a>;
162 phy-reset-gpios = <&gpio2 21 0>;
163 phy-reset-duration = <100>;
169 compatible = "pwm-backlight";
170 pwms = <&pwm 3 5000000>;
171 brightness-levels = <0 4 8 16 32 64 128 255>;
172 default-brightness-level = <7>;