Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux-2.6-block.git] / arch / arm / boot / dts / imx28-cfa10036.dts
CommitLineData
330eaaf9
MR
1/*
2 * Copyright 2012 Free Electrons
3 *
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:
7 *
8 * http://www.opensource.org/licenses/gpl-license.html
9 * http://www.gnu.org/copyleft/gpl.html
10 */
11
12/dts-v1/;
bc3875f1 13#include "imx28.dtsi"
330eaaf9
MR
14
15/ {
16 model = "Crystalfontz CFA-10036 Board";
17 compatible = "crystalfontz,cfa10036", "fsl,imx28";
18
19 memory {
20 reg = <0x40000000 0x08000000>;
21 };
22
23 apb@80000000 {
24 apbh@80000000 {
c241d0a3 25 pinctrl@80018000 {
a74d2ec7 26 ssd1306_cfa10036: ssd1306-10036@0 {
24196d5c
MR
27 reg = <0>;
28 fsl,pinmux-ids = <
bc3875f1 29 MX28_PAD_SSP0_DATA7__GPIO_2_7
24196d5c 30 >;
4191c340
LW
31 fsl,drive-strength = <MXS_DRIVE_4mA>;
32 fsl,voltage = <MXS_VOLTAGE_HIGH>;
33 fsl,pull-up = <MXS_PULL_DISABLE>;
24196d5c
MR
34 };
35
c241d0a3
MR
36 led_pins_cfa10036: leds-10036@0 {
37 reg = <0>;
38 fsl,pinmux-ids = <
bc3875f1 39 MX28_PAD_AUART1_RX__GPIO_3_4
c241d0a3 40 >;
4191c340
LW
41 fsl,drive-strength = <MXS_DRIVE_4mA>;
42 fsl,voltage = <MXS_VOLTAGE_HIGH>;
43 fsl,pull-up = <MXS_PULL_DISABLE>;
c241d0a3 44 };
17a21638
MR
45
46 usb0_otg_cfa10036: otg-10036@0 {
47 reg = <0>;
48 fsl,pinmux-ids = <
bc3875f1 49 MX28_PAD_GPMI_RDY0__USB0_ID
17a21638 50 >;
4191c340
LW
51 fsl,drive-strength = <MXS_DRIVE_4mA>;
52 fsl,voltage = <MXS_VOLTAGE_HIGH>;
53 fsl,pull-up = <MXS_PULL_DISABLE>;
17a21638
MR
54 };
55
c241d0a3
MR
56 };
57
330eaaf9
MR
58 ssp0: ssp@80010000 {
59 compatible = "fsl,imx28-mmc";
60 pinctrl-names = "default";
61 pinctrl-0 = <&mmc0_4bit_pins_a
62 &mmc0_cd_cfg &mmc0_sck_cfg>;
63 bus-width = <4>;
64 status = "okay";
65 };
66 };
67
68 apbx@80040000 {
69 duart: serial@80074000 {
70 pinctrl-names = "default";
71 pinctrl-0 = <&duart_pins_b>;
72 status = "okay";
73 };
25d6dd85
MR
74
75 i2c0: i2c@80058000 {
76 pinctrl-names = "default";
77 pinctrl-0 = <&i2c0_pins_b>;
b55cb191 78 clock-frequency = <400000>;
25d6dd85
MR
79 status = "okay";
80
b400932c
MR
81 ssd1306: oled@3c {
82 compatible = "solomon,ssd1306fb-i2c";
a74d2ec7
AB
83 pinctrl-names = "default";
84 pinctrl-0 = <&ssd1306_cfa10036>;
25d6dd85 85 reg = <0x3c>;
25d6dd85 86 reset-gpios = <&gpio2 7 0>;
b400932c
MR
87 solomon,height = <32>;
88 solomon,width = <128>;
89 solomon,page-offset = <0>;
25d6dd85
MR
90 };
91 };
17a21638
MR
92
93 usbphy0: usbphy@8007c000 {
94 status = "okay";
95 };
96 };
97 };
98
99 ahb@80080000 {
100 usb0: usb@80080000 {
101 pinctrl-names = "default";
102 pinctrl-0 = <&usb0_otg_cfa10036>;
c896238c
MR
103 dr_mode = "peripheral";
104 phy_type = "utmi";
17a21638 105 status = "okay";
330eaaf9
MR
106 };
107 };
f34ffc9e
MR
108
109 leds {
110 compatible = "gpio-leds";
c241d0a3
MR
111 pinctrl-names = "default";
112 pinctrl-0 = <&led_pins_cfa10036>;
f34ffc9e
MR
113
114 power {
115 gpios = <&gpio3 4 1>;
116 default-state = "on";
117 };
118 };
330eaaf9 119};