2 * Copyright 2012 Freescale Semiconductor, Inc.
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 = "Freescale i.MX23 Evaluation Kit";
17 compatible = "fsl,imx23-evk", "fsl,imx23";
20 reg = <0x40000000 0x08000000>;
26 pinctrl-names = "default";
27 pinctrl-0 = <&gpmi_pins_a &gpmi_pins_fixup>;
32 compatible = "fsl,imx23-mmc";
33 pinctrl-names = "default";
34 pinctrl-0 = <&mmc0_4bit_pins_a &mmc0_pins_fixup>;
36 wp-gpios = <&gpio1 30 0>;
37 vmmc-supply = <®_vddio_sd0>;
42 pinctrl-names = "default";
43 pinctrl-0 = <&hog_pins_a>;
48 MX23_PAD_LCD_RESET__GPIO_1_18
49 MX23_PAD_PWM3__GPIO_1_29
50 MX23_PAD_PWM4__GPIO_1_30
51 MX23_PAD_SSP1_DETECT__SSP1_DETECT
53 fsl,drive-strength = <MXS_DRIVE_4mA>;
54 fsl,voltage = <MXS_VOLTAGE_HIGH>;
55 fsl,pull-up = <MXS_PULL_DISABLE>;
60 pinctrl-names = "default";
61 pinctrl-0 = <&lcdif_24bit_pins_a>;
62 lcd-supply = <®_lcd_3v3>;
67 bits-per-pixel = <32>;
71 native-mode = <&timing0>;
73 clock-frequency = <9200000>;
85 pixelclk-active = <0>;
95 fsl,lradc-touchscreen-wires = <4>;
99 pinctrl-names = "default";
100 pinctrl-0 = <&pwm2_pins_a>;
104 auart0: serial@8006c000 {
105 pinctrl-names = "default";
106 pinctrl-0 = <&auart0_pins_a>;
110 duart: serial@80070000 {
111 pinctrl-names = "default";
112 pinctrl-0 = <&duart_pins_a>;
116 usbphy0: usbphy@8007c000 {
129 compatible = "simple-bus";
131 reg_vddio_sd0: vddio-sd0 {
132 compatible = "regulator-fixed";
133 regulator-name = "vddio-sd0";
134 regulator-min-microvolt = <3300000>;
135 regulator-max-microvolt = <3300000>;
136 gpio = <&gpio1 29 0>;
139 reg_lcd_3v3: lcd-3v3 {
140 compatible = "regulator-fixed";
141 regulator-name = "lcd-3v3";
142 regulator-min-microvolt = <3300000>;
143 regulator-max-microvolt = <3300000>;
144 gpio = <&gpio1 18 0>;
150 compatible = "pwm-backlight";
151 pwms = <&pwm 2 5000000>;
152 brightness-levels = <0 4 8 16 32 64 128 255>;
153 default-brightness-level = <6>;