2 * Copyright (C) 2013 Marek Vasut <marex@denx.de>
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
17 compatible = "msr,m28cu3", "fsl,imx28";
20 reg = <0x40000000 0x08000000>;
28 pinctrl-names = "default";
29 pinctrl-0 = <&gpmi_pins_a &gpmi_status_cfg>;
33 label = "gpmi-nfc-0-boot";
34 reg = <0x00000000 0x01400000>;
39 label = "gpmi-nfc-general-use";
40 reg = <0x01400000 0x0ec00000>;
45 compatible = "fsl,imx28-mmc";
46 pinctrl-names = "default";
47 pinctrl-0 = <&mmc0_4bit_pins_a
51 vmmc-supply = <®_vddio_sd0>;
56 compatible = "fsl,imx28-mmc";
57 pinctrl-names = "default";
58 pinctrl-0 = <&mmc2_4bit_pins_a
62 vmmc-supply = <®_vddio_sd1>;
67 pinctrl-names = "default";
68 pinctrl-0 = <&hog_pins_a>;
73 MX28_PAD_SSP2_SS0__GPIO_2_19
74 MX28_PAD_PWM4__GPIO_3_29
75 MX28_PAD_AUART2_RX__GPIO_3_8
76 MX28_PAD_ENET0_RX_CLK__GPIO_4_13
78 fsl,drive-strength = <MXS_DRIVE_4mA>;
79 fsl,voltage = <MXS_VOLTAGE_HIGH>;
80 fsl,pull-up = <MXS_PULL_DISABLE>;
83 lcdif_pins_m28: lcdif-m28@0 {
86 MX28_PAD_LCD_VSYNC__LCD_VSYNC
87 MX28_PAD_LCD_HSYNC__LCD_HSYNC
88 MX28_PAD_LCD_DOTCLK__LCD_DOTCLK
89 MX28_PAD_LCD_RESET__LCD_RESET
90 MX28_PAD_LCD_CS__LCD_ENABLE
91 MX28_PAD_AUART1_TX__GPIO_3_5
93 fsl,drive-strength = <MXS_DRIVE_4mA>;
94 fsl,voltage = <MXS_VOLTAGE_HIGH>;
95 fsl,pull-up = <MXS_PULL_DISABLE>;
98 led_pins_gpio: leds-m28@0 {
101 MX28_PAD_SSP3_MISO__GPIO_2_26
102 MX28_PAD_SSP3_SCK__GPIO_2_24
104 fsl,drive-strength = <MXS_DRIVE_4mA>;
105 fsl,voltage = <MXS_VOLTAGE_HIGH>;
106 fsl,pull-up = <MXS_PULL_DISABLE>;
115 pinctrl-names = "default";
116 pinctrl-0 = <&lcdif_24bit_pins_a
118 display = <&display0>;
122 bits-per-pixel = <32>;
126 native-mode = <&timing0>;
128 clock-frequency = <6410256>;
140 pixelclk-active = <1>;
148 duart: serial@80074000 {
149 pinctrl-names = "default";
150 pinctrl-0 = <&duart_pins_b>;
154 usbphy1: usbphy@8007e000 {
158 auart0: serial@8006a000 {
159 pinctrl-names = "default";
160 pinctrl-0 = <&auart0_2pins_a>;
164 auart3: serial@80070000 {
165 pinctrl-names = "default";
166 pinctrl-0 = <&auart3_2pins_b>;
171 pinctrl-names = "default";
172 pinctrl-0 = <&pwm3_pins_a>;
180 vbus-supply = <®_usb1_vbus>;
181 pinctrl-names = "default";
182 pinctrl-0 = <&usb1_pins_a>;
183 disable-over-current;
187 mac0: ethernet@800f0000 {
189 pinctrl-names = "default";
190 pinctrl-0 = <&mac0_pins_a>;
191 phy-reset-gpios = <&gpio4 13 GPIO_ACTIVE_LOW>;
192 phy-reset-duration = <100>;
196 mac1: ethernet@800f4000 {
198 pinctrl-names = "default";
199 pinctrl-0 = <&mac1_pins_a>;
205 compatible = "pwm-backlight";
206 pwms = <&pwm 3 5000000>;
207 brightness-levels = <0 4 8 16 32 64 128 255>;
208 default-brightness-level = <6>;
212 compatible = "gpio-leds";
213 pinctrl-names = "default";
214 pinctrl-0 = <&led_pins_gpio>;
218 gpios = <&gpio2 26 0>;
219 linux,default-trigger = "mmc0";
224 gpios = <&gpio2 24 0>;
225 linux,default-trigger = "mmc2";
230 compatible = "simple-bus";
231 #address-cells = <1>;
234 reg_3p3v: regulator@0 {
235 compatible = "regulator-fixed";
237 regulator-name = "3P3V";
238 regulator-min-microvolt = <3300000>;
239 regulator-max-microvolt = <3300000>;
243 reg_vddio_sd0: regulator@1 {
244 compatible = "regulator-fixed";
246 regulator-name = "vddio-sd0";
247 regulator-min-microvolt = <3300000>;
248 regulator-max-microvolt = <3300000>;
249 gpio = <&gpio3 29 0>;
252 reg_vddio_sd1: regulator@2 {
253 compatible = "regulator-fixed";
255 regulator-name = "vddio-sd1";
256 regulator-min-microvolt = <3300000>;
257 regulator-max-microvolt = <3300000>;
258 gpio = <&gpio2 19 0>;
261 reg_usb1_vbus: regulator@3 {
262 compatible = "regulator-fixed";
264 regulator-name = "usb1_vbus";
265 regulator-min-microvolt = <5000000>;
266 regulator-max-microvolt = <5000000>;