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
13 /include/ "imx28.dtsi"
16 model = "Crystalfontz CFA-10036 Board";
17 compatible = "crystalfontz,cfa10036", "fsl,imx28";
20 reg = <0x40000000 0x08000000>;
26 ssd1306_cfa10036: ssd1306-10036@0 {
29 0x2073 /* MX28_PAD_SSP0_D7__GPIO_2_7 */
31 fsl,drive-strength = <0>;
36 led_pins_cfa10036: leds-10036@0 {
39 0x3043 /* MX28_PAD_AUART1_RX__GPIO_3_4 */
41 fsl,drive-strength = <0>;
46 usb0_otg_cfa10036: otg-10036@0 {
49 0x0142 /* MX28_PAD_GPMI_READY0__USB0_ID */
51 fsl,drive-strength = <0>;
59 compatible = "fsl,imx28-mmc";
60 pinctrl-names = "default";
61 pinctrl-0 = <&mmc0_4bit_pins_a
62 &mmc0_cd_cfg &mmc0_sck_cfg>;
69 duart: serial@80074000 {
70 pinctrl-names = "default";
71 pinctrl-0 = <&duart_pins_b>;
76 pinctrl-names = "default";
77 pinctrl-0 = <&i2c0_pins_b>;
78 clock-frequency = <400000>;
82 compatible = "solomon,ssd1306fb-i2c";
83 pinctrl-names = "default";
84 pinctrl-0 = <&ssd1306_cfa10036>;
86 reset-gpios = <&gpio2 7 0>;
87 solomon,height = <32>;
88 solomon,width = <128>;
89 solomon,page-offset = <0>;
93 usbphy0: usbphy@8007c000 {
101 pinctrl-names = "default";
102 pinctrl-0 = <&usb0_otg_cfa10036>;
108 compatible = "gpio-leds";
109 pinctrl-names = "default";
110 pinctrl-0 = <&led_pins_cfa10036>;
113 gpios = <&gpio3 4 1>;
114 default-state = "on";