2 * Copyright (C) 2016 Savoir-Faire Linux
3 * Author: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com>
5 * The code contained herein is licensed under the GNU General Public
6 * License. You may obtain a copy of the GNU General Public License
7 * Version 2 or later at the following locations:
9 * http://www.opensource.org/licenses/gpl-license.html
10 * http://www.gnu.org/copyleft/gpl.html
15 #include "dt-bindings/gpio/gpio.h"
19 model = "Technologic Systems i.MX28 TS-4600";
20 compatible = "technologic,imx28-ts4600", "fsl,imx28";
23 reg = <0x40000000 0x10000000>; /* 256MB */
29 compatible = "fsl,imx28-mmc";
30 pinctrl-names = "default";
31 pinctrl-0 = <&mmc0_4bit_pins_a
36 vmmc-supply = <®_vddio_sd0>;
42 en_sd_pwr: en-sd-pwr@0 {
45 MX28_PAD_PWM3__GPIO_3_28
47 fsl,drive-strength = <MXS_DRIVE_4mA>;
48 fsl,voltage = <MXS_VOLTAGE_HIGH>;
49 fsl,pull-up = <MXS_PULL_DISABLE>;
57 pinctrl-names = "default";
58 pinctrl-0 = <&pwm2_pins_a>;
62 duart: serial@80074000 {
63 pinctrl-names = "default";
64 pinctrl-0 = <&duart_pins_a>;
70 reg_vddio_sd0: regulator-vddio-sd0 {
71 compatible = "regulator-fixed";
72 regulator-name = "vddio-sd0";
73 regulator-min-microvolt = <3300000>;
74 regulator-max-microvolt = <3300000>;
76 gpio = <&gpio3 28 GPIO_ACTIVE_LOW>;