2012-03-31 21:26:57 +08:00
/*
* Copyright 2012 Freescale Semiconductor, Inc.
*
* The code contained herein is licensed under the GNU General Public
* License. You may obtain a copy of the GNU General Public License
* Version 2 or later at the following locations:
*
* http://www.opensource.org/licenses/gpl-license.html
* http://www.gnu.org/copyleft/gpl.html
*/
/dts-v1/;
2013-09-19 08:59:48 +02:00
#include "imx28.dtsi"
2012-03-31 21:26:57 +08:00
/ {
model = "Freescale i.MX28 Evaluation Kit";
compatible = "fsl,imx28-evk", "fsl,imx28";
memory {
reg = <0x40000000 0x08000000>;
};
apb@80000000 {
2012-05-06 16:33:34 +08:00
apbh@80000000 {
2012-05-25 17:25:35 +08:00
gpmi-nand@8000c000 {
pinctrl-names = "default";
2012-07-07 20:59:09 +08:00
pinctrl-0 = <&gpmi_pins_a &gpmi_status_cfg
&gpmi_pins_evk>;
2012-05-25 17:25:35 +08:00
status = "okay";
};
2012-05-06 16:33:34 +08:00
ssp0: ssp@80010000 {
compatible = "fsl,imx28-mmc";
pinctrl-names = "default";
pinctrl-0 = <&mmc0_8bit_pins_a
&mmc0_cd_cfg &mmc0_sck_cfg>;
bus-width = <8>;
wp-gpios = <&gpio2 12 0>;
2012-06-28 11:45:01 +08:00
vmmc-supply = <®_vddio_sd0>;
2012-05-06 16:33:34 +08:00
status = "okay";
};
ssp1: ssp@80012000 {
compatible = "fsl,imx28-mmc";
bus-width = <8>;
wp-gpios = <&gpio0 28 0>;
};
2012-06-28 11:44:58 +08:00
2012-08-27 13:23:27 -03:00
ssp2: ssp@80014000 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "fsl,imx28-spi";
pinctrl-names = "default";
pinctrl-0 = <&spi2_pins_a>;
status = "okay";
flash: m25p80@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "sst,sst25vf016b";
spi-max-frequency = <40000000>;
reg = <0>;
};
};
2012-06-28 11:44:58 +08:00
pinctrl@80018000 {
pinctrl-names = "default";
pinctrl-0 = <&hog_pins_a>;
2012-08-22 13:25:31 -03:00
hog_pins_a: hog@0 {
2012-06-28 11:44:58 +08:00
reg = <0>;
fsl,pinmux-ids = <
2013-09-19 08:59:48 +02:00
MX28_PAD_SSP1_CMD__GPIO_2_13
MX28_PAD_SSP1_DATA3__GPIO_2_15
MX28_PAD_ENET0_RX_CLK__GPIO_4_13
MX28_PAD_SSP1_SCK__GPIO_2_12
MX28_PAD_PWM3__GPIO_3_28
MX28_PAD_LCD_RESET__GPIO_3_30
MX28_PAD_AUART2_RX__GPIO_3_8
MX28_PAD_AUART2_TX__GPIO_3_9
2012-07-07 20:59:09 +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>;
2012-07-07 20:59:09 +08:00
};
2012-09-23 16:18:38 -03:00
led_pin_gpio3_5: led_gpio3_5@0 {
reg = <0>;
fsl,pinmux-ids = <
2013-09-19 08:59:48 +02:00
MX28_PAD_AUART1_TX__GPIO_3_5
2012-09-23 16:18:38 -03: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>;
2012-09-23 16:18:38 -03:00
};
2012-07-07 20:59:09 +08:00
gpmi_pins_evk: gpmi-nand-evk@0 {
reg = <0>;
fsl,pinmux-ids = <
2013-09-19 08:59:48 +02:00
MX28_PAD_GPMI_CE1N__GPMI_CE1N
MX28_PAD_GPMI_RDY1__GPMI_READY1
2012-06-28 11:44:58 +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>;
2012-06-28 11:44:58 +08:00
};
2012-07-07 21:09:51 +08:00
lcdif_pins_evk: lcdif-evk@0 {
reg = <0>;
fsl,pinmux-ids = <
2013-09-19 08:59:48 +02:00
MX28_PAD_LCD_RD_E__LCD_VSYNC
MX28_PAD_LCD_WR_RWN__LCD_HSYNC
MX28_PAD_LCD_RS__LCD_DOTCLK
MX28_PAD_LCD_CS__LCD_ENABLE
2012-07-07 21:09:51 +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>;
2012-07-07 21:09:51 +08:00
};
2012-06-28 11:44:58 +08:00
};
2012-06-28 11:45:07 +08:00
lcdif@80030000 {
pinctrl-names = "default";
2012-07-07 21:09:51 +08:00
pinctrl-0 = <&lcdif_24bit_pins_a
&lcdif_pins_evk>;
2013-04-07 15:44:59 -03:00
lcd-supply = <®_lcd_3v3>;
2013-03-14 11:37:15 +08:00
display = <&display>;
2012-06-28 11:45:07 +08:00
status = "okay";
2013-03-14 11:37:15 +08:00
display: display {
bits-per-pixel = <32>;
bus-width = <24>;
display-timings {
native-mode = <&timing0>;
timing0: timing0 {
clock-frequency = <33500000>;
hactive = <800>;
vactive = <480>;
hback-porch = <89>;
hfront-porch = <164>;
vback-porch = <23>;
vfront-porch = <10>;
hsync-len = <10>;
vsync-len = <10>;
hsync-active = <0>;
vsync-active = <0>;
de-active = <1>;
pixelclk-active = <0>;
};
};
};
2012-06-28 11:45:07 +08:00
};
2012-06-28 11:45:03 +08:00
can0: can@80032000 {
pinctrl-names = "default";
pinctrl-0 = <&can0_pins_a>;
2013-06-10 23:12:57 -03:00
xceiver-supply = <®_can_3v3>;
2012-06-28 11:45:03 +08:00
status = "okay";
};
can1: can@80034000 {
pinctrl-names = "default";
pinctrl-0 = <&can1_pins_a>;
2013-06-10 23:12:57 -03:00
xceiver-supply = <®_can_3v3>;
2012-06-28 11:45:03 +08:00
status = "okay";
};
2012-05-06 16:33:34 +08:00
};
2012-03-31 21:26:57 +08:00
apbx@80040000 {
2012-05-10 15:03:16 +08:00
saif0: saif@80042000 {
pinctrl-names = "default";
pinctrl-0 = <&saif0_pins_a>;
status = "okay";
};
saif1: saif@80046000 {
pinctrl-names = "default";
pinctrl-0 = <&saif1_pins_a>;
fsl,saif-master = <&saif0>;
status = "okay";
};
2012-08-27 13:23:28 -03:00
lradc@80050000 {
2013-09-17 16:18:38 -03:00
fsl,lradc-touchscreen-wires = <4>;
2012-08-27 13:23:28 -03:00
status = "okay";
2013-09-23 15:36:00 +01:00
fsl,lradc-touchscreen-wires = <4>;
fsl,ave-ctrl = <4>;
fsl,ave-delay = <2>;
fsl,settling = <10>;
2012-08-27 13:23:28 -03:00
};
2012-05-10 15:02:10 +08:00
i2c0: i2c@80058000 {
pinctrl-names = "default";
pinctrl-0 = <&i2c0_pins_a>;
2013-11-25 15:47:39 -02:00
clock-frequency = <400000>;
2012-05-10 15:02:10 +08:00
status = "okay";
2012-05-10 15:03:16 +08:00
sgtl5000: codec@0a {
compatible = "fsl,sgtl5000";
reg = <0x0a>;
VDDA-supply = <®_3p3v>;
VDDIO-supply = <®_3p3v>;
2013-07-01 15:46:05 +08:00
clocks = <&saif0>;
2012-05-10 15:03:16 +08:00
};
2012-08-27 16:39:59 -03:00
at24@51 {
compatible = "at24,24c32";
pagesize = <32>;
reg = <0x51>;
};
2012-05-10 15:02:10 +08:00
};
2012-06-28 11:45:06 +08:00
pwm: pwm@80064000 {
pinctrl-names = "default";
pinctrl-0 = <&pwm2_pins_a>;
status = "okay";
};
2012-03-31 21:26:57 +08:00
duart: serial@80074000 {
pinctrl-names = "default";
pinctrl-0 = <&duart_pins_a>;
status = "okay";
};
2012-06-15 12:35:56 -03:00
auart0: serial@8006a000 {
pinctrl-names = "default";
pinctrl-0 = <&auart0_pins_a>;
2013-08-03 10:09:16 -04:00
fsl,uart-has-rtscts;
2012-06-15 12:35:56 -03:00
status = "okay";
};
auart3: serial@80070000 {
pinctrl-names = "default";
pinctrl-0 = <&auart3_pins_a>;
status = "okay";
};
2012-07-12 10:25:27 +08:00
usbphy0: usbphy@8007c000 {
status = "okay";
};
usbphy1: usbphy@8007e000 {
status = "okay";
};
2012-03-31 21:26:57 +08:00
};
};
ahb@80080000 {
2012-07-12 10:25:27 +08:00
usb0: usb@80080000 {
2013-08-21 10:27:03 -03:00
pinctrl-names = "default";
pinctrl-0 = <&usb0_id_pins_a>;
2012-07-12 10:25:27 +08:00
vbus-supply = <®_usb0_vbus>;
status = "okay";
};
usb1: usb@80090000 {
vbus-supply = <®_usb1_vbus>;
status = "okay";
};
2012-03-31 21:26:57 +08:00
mac0: ethernet@800f0000 {
phy-mode = "rmii";
pinctrl-names = "default";
pinctrl-0 = <&mac0_pins_a>;
2012-06-28 11:45:02 +08:00
phy-supply = <®_fec_3v3>;
phy-reset-gpios = <&gpio4 13 0>;
phy-reset-duration = <100>;
2012-03-31 21:26:57 +08:00
status = "okay";
};
mac1: ethernet@800f4000 {
phy-mode = "rmii";
pinctrl-names = "default";
pinctrl-0 = <&mac1_pins_a>;
status = "okay";
};
};
2012-05-10 15:03:16 +08:00
regulators {
compatible = "simple-bus";
2014-02-07 23:18:30 +08:00
#address-cells = <1>;
#size-cells = <0>;
2012-05-10 15:03:16 +08:00
2014-02-07 23:18:30 +08:00
reg_3p3v: regulator@0 {
2012-05-10 15:03:16 +08:00
compatible = "regulator-fixed";
2014-02-07 23:18:30 +08:00
reg = <0>;
2012-05-10 15:03:16 +08:00
regulator-name = "3P3V";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-always-on;
};
2012-06-28 11:45:01 +08:00
2014-02-07 23:18:30 +08:00
reg_vddio_sd0: regulator@1 {
2012-06-28 11:45:01 +08:00
compatible = "regulator-fixed";
2014-02-07 23:18:30 +08:00
reg = <1>;
2012-06-28 11:45:01 +08:00
regulator-name = "vddio-sd0";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
gpio = <&gpio3 28 0>;
};
2012-06-28 11:45:02 +08:00
2014-02-07 23:18:30 +08:00
reg_fec_3v3: regulator@2 {
2012-06-28 11:45:02 +08:00
compatible = "regulator-fixed";
2014-02-07 23:18:30 +08:00
reg = <2>;
2012-06-28 11:45:02 +08:00
regulator-name = "fec-3v3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
gpio = <&gpio2 15 0>;
};
2012-07-12 10:25:27 +08:00
2014-02-07 23:18:30 +08:00
reg_usb0_vbus: regulator@3 {
2012-07-12 10:25:27 +08:00
compatible = "regulator-fixed";
2014-02-07 23:18:30 +08:00
reg = <3>;
2012-07-12 10:25:27 +08:00
regulator-name = "usb0_vbus";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
gpio = <&gpio3 9 0>;
enable-active-high;
};
2014-02-07 23:18:30 +08:00
reg_usb1_vbus: regulator@4 {
2012-07-12 10:25:27 +08:00
compatible = "regulator-fixed";
2014-02-07 23:18:30 +08:00
reg = <4>;
2012-07-12 10:25:27 +08:00
regulator-name = "usb1_vbus";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
gpio = <&gpio3 8 0>;
enable-active-high;
};
2013-04-07 15:44:59 -03:00
2014-02-07 23:18:30 +08:00
reg_lcd_3v3: regulator@5 {
2013-04-07 15:44:59 -03:00
compatible = "regulator-fixed";
2014-02-07 23:18:30 +08:00
reg = <5>;
2013-04-07 15:44:59 -03:00
regulator-name = "lcd-3v3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
gpio = <&gpio3 30 0>;
enable-active-high;
};
2013-06-10 23:12:57 -03:00
2014-02-07 23:18:30 +08:00
reg_can_3v3: regulator@6 {
2013-06-10 23:12:57 -03:00
compatible = "regulator-fixed";
2014-02-07 23:18:30 +08:00
reg = <6>;
2013-06-10 23:12:57 -03:00
regulator-name = "can-3v3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
gpio = <&gpio2 13 0>;
enable-active-high;
};
2012-05-10 15:03:16 +08:00
};
sound {
compatible = "fsl,imx28-evk-sgtl5000",
"fsl,mxs-audio-sgtl5000";
model = "imx28-evk-sgtl5000";
saif-controllers = <&saif0 &saif1>;
audio-codec = <&sgtl5000>;
};
2012-06-28 11:45:04 +08:00
leds {
compatible = "gpio-leds";
2012-09-23 16:18:38 -03:00
pinctrl-names = "default";
pinctrl-0 = <&led_pin_gpio3_5>;
2012-06-28 11:45:04 +08:00
user {
label = "Heartbeat";
gpios = <&gpio3 5 0>;
linux,default-trigger = "heartbeat";
};
};
2012-06-28 11:45:06 +08:00
backlight {
compatible = "pwm-backlight";
pwms = <&pwm 2 5000000>;
brightness-levels = <0 4 8 16 32 64 128 255>;
default-brightness-level = <6>;
};
2012-03-31 21:26:57 +08:00
};