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 MX28_PAD_GPMI_D07__GPIO_0_7
31 fsl,drive-strength = <MXS_DRIVE_4mA>;
32 fsl,voltage = <MXS_VOLTAGE_HIGH>;
33 fsl,pull-up = <MXS_PULL_DISABLE>;
36 lcdif_pins_cfa10058: lcdif-10058@0 {
39 MX28_PAD_LCD_RD_E__LCD_VSYNC
40 MX28_PAD_LCD_WR_RWN__LCD_HSYNC
41 MX28_PAD_LCD_RS__LCD_DOTCLK
42 MX28_PAD_LCD_CS__LCD_ENABLE
44 fsl,drive-strength = <MXS_DRIVE_4mA>;
45 fsl,voltage = <MXS_VOLTAGE_HIGH>;
46 fsl,pull-up = <MXS_PULL_DISABLE>;
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 = <&usb1_pins_a>;
105 pinctrl-names = "default";
111 compatible = "simple-bus";
112 #address-cells = <1>;
115 reg_usb1_vbus: regulator@0 {
116 pinctrl-names = "default";
117 pinctrl-0 = <&usb_pins_cfa10058>;
118 compatible = "regulator-fixed";
120 regulator-name = "usb1_vbus";
121 regulator-min-microvolt = <5000000>;
122 regulator-max-microvolt = <5000000>;
128 mac0: ethernet@800f0000 {
130 pinctrl-names = "default";
131 pinctrl-0 = <&mac0_pins_a>;
132 phy-reset-gpios = <&gpio2 21 0>;
133 phy-reset-duration = <100>;
139 compatible = "pwm-backlight";
140 pwms = <&pwm 3 5000000>;
141 brightness-levels = <0 4 8 16 32 64 128 255>;
142 default-brightness-level = <6>;