2 * Copyright 2012 Freescale Semiconductor, Inc.
4 * Author: Fabio Estevam <fabio.estevam@freescale.com>
6 * The code contained herein is licensed under the GNU General Public
7 * License. You may obtain a copy of the GNU General Public License
8 * Version 2 or later at the following locations:
10 * http://www.opensource.org/licenses/gpl-license.html
11 * http://www.gnu.org/copyleft/gpl.html
15 #include <dt-bindings/gpio/gpio.h>
19 model = "i.MX23 Olinuxino Low Cost Board";
20 compatible = "olimex,imx23-olinuxino", "fsl,imx23";
23 device_type = "memory";
24 reg = <0x40000000 0x04000000>;
30 compatible = "fsl,imx23-mmc";
31 pinctrl-names = "default";
32 pinctrl-0 = <&mmc0_4bit_pins_a &mmc0_pins_fixup>;
39 pinctrl-names = "default";
40 pinctrl-0 = <&hog_pins_a>;
45 MX23_PAD_GPMI_ALE__GPIO_0_17
47 fsl,drive-strength = <MXS_DRIVE_4mA>;
48 fsl,voltage = <MXS_VOLTAGE_HIGH>;
49 fsl,pull-up = <MXS_PULL_DISABLE>;
52 led_pin_gpio2_1: led_gpio2_1@0 {
55 MX23_PAD_SSP1_DETECT__GPIO_2_1
57 fsl,drive-strength = <MXS_DRIVE_4mA>;
58 fsl,voltage = <MXS_VOLTAGE_HIGH>;
59 fsl,pull-up = <MXS_PULL_DISABLE>;
66 compatible = "fsl,imx23-spi";
67 pinctrl-names = "default";
68 pinctrl-0 = <&spi2_pins_a>;
79 pinctrl-names = "default";
80 pinctrl-0 = <&i2c_pins_b>;
84 duart: serial@80070000 {
85 pinctrl-names = "default";
86 pinctrl-0 = <&duart_pins_a>;
90 auart0: serial@8006c000 {
91 pinctrl-names = "default";
92 pinctrl-0 = <&auart0_2pins_a>;
96 usbphy0: usbphy@8007c000 {
105 vbus-supply = <®_usb0_vbus>;
111 compatible = "simple-bus";
112 #address-cells = <1>;
115 reg_usb0_vbus: regulator@0 {
116 compatible = "regulator-fixed";
118 regulator-name = "usb0_vbus";
119 regulator-min-microvolt = <5000000>;
120 regulator-max-microvolt = <5000000>;
122 startup-delay-us = <300>; /* LAN9215 requires a POR of 200us minimum */
123 gpio = <&gpio0 17 0>;
128 compatible = "gpio-leds";
129 pinctrl-names = "default";
130 pinctrl-0 = <&led_pin_gpio2_1>;
134 gpios = <&gpio2 1 GPIO_ACTIVE_HIGH>;