2019-05-27 08:55:08 +02:00
// SPDX-License-Identifier: GPL-2.0-or-later
2013-01-26 13:40:37 +08:00
/*
* Copyright 2012 Free Electrons
*/
/*
* The CFA-10049 is an expansion board for the CFA-10036 module, thus we
* need to include the CFA-10036 DTS.
*/
2013-09-19 08:59:48 +02:00
#include "imx28-cfa10036.dts"
2013-01-26 13:40:37 +08:00
/ {
model = "Crystalfontz CFA-10037 Board";
compatible = "crystalfontz,cfa10037", "crystalfontz,cfa10036", "fsl,imx28";
apb@80000000 {
apbh@80000000 {
pinctrl@80018000 {
2013-07-01 15:23:25 +02:00
usb_pins_cfa10037: usb-10037@0 {
2013-01-26 13:40:37 +08:00
reg = <0>;
fsl,pinmux-ids = <
2013-09-19 08:59:48 +02:00
MX28_PAD_GPMI_D07__GPIO_0_7
2013-07-01 15:23:25 +02:00
>;
2013-09-22 14:02:59 +08:00
fsl,drive-strength = <MXS_DRIVE_4mA>;
fsl,voltage = <MXS_VOLTAGE_HIGH>;
fsl,pull-up = <MXS_PULL_DISABLE>;
2013-07-01 15:23:25 +02:00
};
mac0_pins_cfa10037: mac0-10037@0 {
reg = <0>;
fsl,pinmux-ids = <
2013-09-19 08:59:48 +02:00
MX28_PAD_SSP2_SS2__GPIO_2_21
2013-01-26 13:40:37 +08:00
>;
2013-09-22 14:02:59 +08:00
fsl,drive-strength = <MXS_DRIVE_4mA>;
fsl,voltage = <MXS_VOLTAGE_HIGH>;
fsl,pull-up = <MXS_PULL_DISABLE>;
2013-01-26 13:40:37 +08:00
};
};
};
apbx@80040000 {
usbphy1: usbphy@8007e000 {
status = "okay";
};
};
};
ahb@80080000 {
usb1: usb@80090000 {
vbus-supply = <®_usb1_vbus>;
2013-12-06 15:56:40 +01:00
pinctrl-0 = <&usb1_pins_a>;
2013-01-26 13:40:37 +08:00
pinctrl-names = "default";
status = "okay";
};
mac0: ethernet@800f0000 {
phy-mode = "rmii";
pinctrl-names = "default";
2013-07-01 15:23:25 +02:00
pinctrl-0 = <&mac0_pins_a
&mac0_pins_cfa10037>;
2017-06-04 14:31:15 -03:00
phy-reset-gpios = <&gpio2 21 GPIO_ACTIVE_LOW>;
2013-01-26 13:40:37 +08:00
phy-reset-duration = <100>;
status = "okay";
};
};
regulators {
compatible = "simple-bus";
2014-02-07 23:18:30 +08:00
#address-cells = <1>;
#size-cells = <0>;
2013-01-26 13:40:37 +08:00
2014-02-07 23:18:30 +08:00
reg_usb1_vbus: regulator@0 {
2013-01-26 13:40:37 +08:00
compatible = "regulator-fixed";
2014-02-07 23:18:30 +08:00
reg = <0>;
2013-07-01 15:23:25 +02:00
pinctrl-names = "default";
pinctrl-0 = <&usb_pins_cfa10037>;
2013-01-26 13:40:37 +08:00
regulator-name = "usb1_vbus";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
gpio = <&gpio0 7 1>;
};
};
};