diff options
Diffstat (limited to 'arch/arm/boot/dts/imx28-evk.dts')
-rw-r--r-- | arch/arm/boot/dts/imx28-evk.dts | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28-evk.dts b/arch/arm/boot/dts/imx28-evk.dts new file mode 100644 index 000000000000..5aee8ed4c3ce --- /dev/null +++ b/arch/arm/boot/dts/imx28-evk.dts | |||
@@ -0,0 +1,48 @@ | |||
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 { | ||
24 | apbx@80040000 { | ||
25 | duart: serial@80074000 { | ||
26 | pinctrl-names = "default"; | ||
27 | pinctrl-0 = <&duart_pins_a>; | ||
28 | status = "okay"; | ||
29 | }; | ||
30 | }; | ||
31 | }; | ||
32 | |||
33 | ahb@80080000 { | ||
34 | mac0: ethernet@800f0000 { | ||
35 | phy-mode = "rmii"; | ||
36 | pinctrl-names = "default"; | ||
37 | pinctrl-0 = <&mac0_pins_a>; | ||
38 | status = "okay"; | ||
39 | }; | ||
40 | |||
41 | mac1: ethernet@800f4000 { | ||
42 | phy-mode = "rmii"; | ||
43 | pinctrl-names = "default"; | ||
44 | pinctrl-0 = <&mac1_pins_a>; | ||
45 | status = "okay"; | ||
46 | }; | ||
47 | }; | ||
48 | }; | ||