]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/arm/boot/dts/imx28-evk.dts
ARM: dts: enable mmc for imx23-evk
[mirror_ubuntu-bionic-kernel.git] / arch / arm / boot / dts / imx28-evk.dts
CommitLineData
bc3a59c1
DA
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};