blob: f93e9a700e52b39287ff6761cf9c2ffdc21ea617 [file] [log] [blame]
Maxime Riparde0f7d902013-01-26 13:40:37 +08001/*
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/*
13 * The CFA-10049 is an expansion board for the CFA-10036 module, thus we
14 * need to include the CFA-10036 DTS.
15 */
Lothar Waßmannbc3875f2013-09-19 08:59:48 +020016#include "imx28-cfa10036.dts"
Maxime Riparde0f7d902013-01-26 13:40:37 +080017
18/ {
19 model = "Crystalfontz CFA-10037 Board";
20 compatible = "crystalfontz,cfa10037", "crystalfontz,cfa10036", "fsl,imx28";
21
22 apb@80000000 {
23 apbh@80000000 {
24 pinctrl@80018000 {
Alexandre Belloni49406312013-07-01 15:23:25 +020025 usb_pins_cfa10037: usb-10037@0 {
Maxime Riparde0f7d902013-01-26 13:40:37 +080026 reg = <0>;
27 fsl,pinmux-ids = <
Lothar Waßmannbc3875f2013-09-19 08:59:48 +020028 MX28_PAD_GPMI_D07__GPIO_0_7
Alexandre Belloni49406312013-07-01 15:23:25 +020029 >;
Lothar Waßmann4191c342013-09-22 14:02:59 +080030 fsl,drive-strength = <MXS_DRIVE_4mA>;
31 fsl,voltage = <MXS_VOLTAGE_HIGH>;
32 fsl,pull-up = <MXS_PULL_DISABLE>;
Alexandre Belloni49406312013-07-01 15:23:25 +020033 };
34
35 mac0_pins_cfa10037: mac0-10037@0 {
36 reg = <0>;
37 fsl,pinmux-ids = <
Lothar Waßmannbc3875f2013-09-19 08:59:48 +020038 MX28_PAD_SSP2_SS2__GPIO_2_21
Maxime Riparde0f7d902013-01-26 13:40:37 +080039 >;
Lothar Waßmann4191c342013-09-22 14:02:59 +080040 fsl,drive-strength = <MXS_DRIVE_4mA>;
41 fsl,voltage = <MXS_VOLTAGE_HIGH>;
42 fsl,pull-up = <MXS_PULL_DISABLE>;
Maxime Riparde0f7d902013-01-26 13:40:37 +080043 };
44 };
45 };
46
47 apbx@80040000 {
48 usbphy1: usbphy@8007e000 {
49 status = "okay";
50 };
51 };
52 };
53
54 ahb@80080000 {
55 usb1: usb@80090000 {
56 vbus-supply = <&reg_usb1_vbus>;
57 pinctrl-0 = <&usbphy1_pins_a>;
58 pinctrl-names = "default";
59 status = "okay";
60 };
61
62 mac0: ethernet@800f0000 {
63 phy-mode = "rmii";
64 pinctrl-names = "default";
Alexandre Belloni49406312013-07-01 15:23:25 +020065 pinctrl-0 = <&mac0_pins_a
66 &mac0_pins_cfa10037>;
Maxime Riparde0f7d902013-01-26 13:40:37 +080067 phy-reset-gpios = <&gpio2 21 0>;
68 phy-reset-duration = <100>;
69 status = "okay";
70 };
71 };
72
73 regulators {
74 compatible = "simple-bus";
75
76 reg_usb1_vbus: usb1_vbus {
77 compatible = "regulator-fixed";
Alexandre Belloni49406312013-07-01 15:23:25 +020078 pinctrl-names = "default";
79 pinctrl-0 = <&usb_pins_cfa10037>;
Maxime Riparde0f7d902013-01-26 13:40:37 +080080 regulator-name = "usb1_vbus";
81 regulator-min-microvolt = <5000000>;
82 regulator-max-microvolt = <5000000>;
83 gpio = <&gpio0 7 1>;
84 };
85 };
86};