2 * Copyright 2012 Free Electrons
4 * The code contained herein is licensed under the GNU General Public
5 * License. You may obtain a copy of the GNU General Public License
6 * Version 2 or later at the following locations:
8 * http://www.opensource.org/licenses/gpl-license.html
9 * http://www.gnu.org/copyleft/gpl.html
16 model = "Crystalfontz CFA-10036 Board";
17 compatible = "crystalfontz,cfa10036", "fsl,imx28";
20 reg = <0x40000000 0x08000000>;
26 ssd1306_cfa10036: ssd1306-10036@0 {
29 MX28_PAD_SSP0_DATA7__GPIO_2_7
31 fsl,drive-strength = <MXS_DRIVE_4mA>;
32 fsl,voltage = <MXS_VOLTAGE_HIGH>;
33 fsl,pull-up = <MXS_PULL_DISABLE>;
36 led_pins_cfa10036: leds-10036@0 {
39 MX28_PAD_AUART1_RX__GPIO_3_4
41 fsl,drive-strength = <MXS_DRIVE_4mA>;
42 fsl,voltage = <MXS_VOLTAGE_HIGH>;
43 fsl,pull-up = <MXS_PULL_DISABLE>;
46 usb0_otg_cfa10036: otg-10036@0 {
49 MX28_PAD_GPMI_RDY0__USB0_ID
51 fsl,drive-strength = <MXS_DRIVE_4mA>;
52 fsl,voltage = <MXS_VOLTAGE_HIGH>;
53 fsl,pull-up = <MXS_PULL_DISABLE>;
56 mmc_pwr_cfa10036: mmc_pwr_cfa10036@0 {
60 MX28_PAD_PWM3__GPIO_3_28 */
62 fsl,drive-strength = <0>;
70 compatible = "fsl,imx28-mmc";
71 pinctrl-names = "default";
72 pinctrl-0 = <&mmc0_4bit_pins_a
73 &mmc0_cd_cfg &mmc0_sck_cfg>;
74 vmmc-supply = <®_vddio_sd0>;
81 duart: serial@80074000 {
82 pinctrl-names = "default";
83 pinctrl-0 = <&duart_pins_b>;
88 pinctrl-names = "default";
89 pinctrl-0 = <&i2c0_pins_b>;
90 clock-frequency = <400000>;
94 compatible = "solomon,ssd1306fb-i2c";
95 pinctrl-names = "default";
96 pinctrl-0 = <&ssd1306_cfa10036>;
98 reset-gpios = <&gpio2 7 0>;
99 solomon,height = <32>;
100 solomon,width = <128>;
101 solomon,page-offset = <0>;
104 solomon,com-offset = <32>;
108 usbphy0: usbphy@8007c000 {
116 pinctrl-names = "default";
117 pinctrl-0 = <&usb0_otg_cfa10036>;
118 dr_mode = "peripheral";
125 compatible = "gpio-leds";
126 pinctrl-names = "default";
127 pinctrl-0 = <&led_pins_cfa10036>;
130 gpios = <&gpio3 4 1>;
131 default-state = "on";
135 reg_vddio_sd0: vddio-sd0 {
136 compatible = "regulator-fixed";
137 pinctrl-names = "default";
138 pinctrl-0 = <&mmc_pwr_cfa10036>;
139 regulator-name = "vddio-sd0";
140 regulator-min-microvolt = <3300000>;
141 regulator-max-microvolt = <3300000>;
142 gpio = <&gpio3 28 0>;