2 * Copyright 2013 Crystalfontz America, Inc.
3 * Copyright 2013 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-10058 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-10058 Board";
21 compatible = "crystalfontz,cfa10058", "crystalfontz,cfa10036", "fsl,imx28";
26 usb_pins_cfa10058: usb-10058@0 {
29 0x0073 /* MX28_PAD_GPMI_D7__GPIO_0_7 */
31 fsl,drive-strength = <0>;
36 lcdif_pins_cfa10058: lcdif-10058@0 {
39 0x1181 /* MX28_PAD_LCD_RD_E__LCD_VSYNC */
40 0x1191 /* MX28_PAD_LCD_WR_RWN__LCD_HSYNC */
41 0x11a1 /* MX28_PAD_LCD_RS__LCD_DOTCLK */
42 0x11b1 /* MX28_PAD_LCD_CS__LCD_ENABLE */
44 fsl,drive-strength = <0>;
51 pinctrl-names = "default";
52 pinctrl-0 = <&lcdif_24bit_pins_a
53 &lcdif_pins_cfa10058>;
58 bits-per-pixel = <32>;
62 native-mode = <&timing0>;
64 clock-frequency = <30000000>;
76 pixelclk-active = <1>;
85 fsl,lradc-touchscreen-wires = <4>;
90 pinctrl-names = "default";
91 pinctrl-0 = <&pwm3_pins_b>;
95 usbphy1: usbphy@8007e000 {
103 vbus-supply = <®_usb1_vbus>;
104 pinctrl-0 = <&usbphy1_pins_a>;
105 pinctrl-names = "default";
111 compatible = "simple-bus";
113 reg_usb1_vbus: usb1_vbus {
114 pinctrl-names = "default";
115 pinctrl-0 = <&usb_pins_cfa10058>;
116 compatible = "regulator-fixed";
117 regulator-name = "usb1_vbus";
118 regulator-min-microvolt = <5000000>;
119 regulator-max-microvolt = <5000000>;
125 mac0: ethernet@800f0000 {
127 pinctrl-names = "default";
128 pinctrl-0 = <&mac0_pins_a>;
129 phy-reset-gpios = <&gpio2 21 0>;
130 phy-reset-duration = <100>;
136 compatible = "pwm-backlight";
137 pwms = <&pwm 3 5000000>;
138 brightness-levels = <0 4 8 16 32 64 128 255>;
139 default-brightness-level = <6>;