blob: 0b8eeb559906e0f408303c898727cc4866aa8552 [file] [log] [blame]
Dong Aishengbc3a59c2012-03-31 21:26:57 +08001/*
2 * Copyright 2012 Freescale Semiconductor, Inc.
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/dts-v1/;
13/include/ "imx28.dtsi"
14
15/ {
16 model = "Freescale i.MX28 Evaluation Kit";
17 compatible = "fsl,imx28-evk", "fsl,imx28";
18
19 memory {
20 reg = <0x40000000 0x08000000>;
21 };
22
23 apb@80000000 {
Shawn Guo35d23042012-05-06 16:33:34 +080024 apbh@80000000 {
25 ssp0: ssp@80010000 {
26 compatible = "fsl,imx28-mmc";
27 pinctrl-names = "default";
28 pinctrl-0 = <&mmc0_8bit_pins_a
29 &mmc0_cd_cfg &mmc0_sck_cfg>;
30 bus-width = <8>;
31 wp-gpios = <&gpio2 12 0>;
32 status = "okay";
33 };
34
35 ssp1: ssp@80012000 {
36 compatible = "fsl,imx28-mmc";
37 bus-width = <8>;
38 wp-gpios = <&gpio0 28 0>;
39 status = "okay";
40 };
41 };
42
Dong Aishengbc3a59c2012-03-31 21:26:57 +080043 apbx@80040000 {
Shawn Guo2a96e392012-05-10 15:02:10 +080044 i2c0: i2c@80058000 {
45 pinctrl-names = "default";
46 pinctrl-0 = <&i2c0_pins_a>;
47 status = "okay";
48 };
49
Dong Aishengbc3a59c2012-03-31 21:26:57 +080050 duart: serial@80074000 {
51 pinctrl-names = "default";
52 pinctrl-0 = <&duart_pins_a>;
53 status = "okay";
54 };
55 };
56 };
57
58 ahb@80080000 {
59 mac0: ethernet@800f0000 {
60 phy-mode = "rmii";
61 pinctrl-names = "default";
62 pinctrl-0 = <&mac0_pins_a>;
63 status = "okay";
64 };
65
66 mac1: ethernet@800f4000 {
67 phy-mode = "rmii";
68 pinctrl-names = "default";
69 pinctrl-0 = <&mac1_pins_a>;
70 status = "okay";
71 };
72 };
73};