Dong Aisheng | bc3a59c | 2012-03-31 21:26:57 +0800 | [diff] [blame] | 1 | /* |
| 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 Guo | 35d2304 | 2012-05-06 16:33:34 +0800 | [diff] [blame^] | 24 | 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 Aisheng | bc3a59c | 2012-03-31 21:26:57 +0800 | [diff] [blame] | 43 | apbx@80040000 { |
| 44 | duart: serial@80074000 { |
| 45 | pinctrl-names = "default"; |
| 46 | pinctrl-0 = <&duart_pins_a>; |
| 47 | status = "okay"; |
| 48 | }; |
| 49 | }; |
| 50 | }; |
| 51 | |
| 52 | ahb@80080000 { |
| 53 | mac0: ethernet@800f0000 { |
| 54 | phy-mode = "rmii"; |
| 55 | pinctrl-names = "default"; |
| 56 | pinctrl-0 = <&mac0_pins_a>; |
| 57 | status = "okay"; |
| 58 | }; |
| 59 | |
| 60 | mac1: ethernet@800f4000 { |
| 61 | phy-mode = "rmii"; |
| 62 | pinctrl-names = "default"; |
| 63 | pinctrl-0 = <&mac1_pins_a>; |
| 64 | status = "okay"; |
| 65 | }; |
| 66 | }; |
| 67 | }; |