blob: b3606993f2e8db4e4327305f52fddec70249e9f3 [file] [log] [blame]
Laurent Cans1982d5b2013-01-20 23:55:29 +01001/*
2 * Copyright 2012 Armadeus Systems - <support@armadeus.com>
3 * Copyright 2012 Laurent Cans <laurent.cans@gmail.com>
4 *
5 * Based on mx51-babbage.dts
6 * Copyright 2011 Freescale Semiconductor, Inc.
7 * Copyright 2011 Linaro Ltd.
8 *
9 * The code contained herein is licensed under the GNU General Public
10 * License. You may obtain a copy of the GNU General Public License
11 * Version 2 or later at the following locations:
12 *
13 * http://www.opensource.org/licenses/gpl-license.html
14 * http://www.gnu.org/copyleft/gpl.html
15 */
16
17/dts-v1/;
Shawn Guo36dffd82013-04-07 10:49:34 +080018#include "imx51.dtsi"
Laurent Cans1982d5b2013-01-20 23:55:29 +010019
20/ {
21 model = "Armadeus Systems APF51 module";
22 compatible = "armadeus,imx51-apf51", "fsl,imx51";
23
24 memory {
25 reg = <0x90000000 0x20000000>;
26 };
27
28 clocks {
Laurent Cans1982d5b2013-01-20 23:55:29 +010029 osc {
30 clock-frequency = <33554432>;
31 };
32 };
33};
34
35&fec {
36 pinctrl-names = "default";
37 pinctrl-0 = <&pinctrl_fec_2>;
38 phy-mode = "mii";
39 phy-reset-gpios = <&gpio3 0 0>;
40 phy-reset-duration = <1>;
41 status = "okay";
42};
43
Gwenhael Goavec-Merou00ca94d2013-05-16 12:25:31 +020044&nfc {
45 nand-bus-width = <8>;
46 nand-ecc-mode = "hw";
47 nand-on-flash-bbt;
48 status = "okay";
49};
50
Laurent Cans1982d5b2013-01-20 23:55:29 +010051&uart3 {
52 pinctrl-names = "default";
53 pinctrl-0 = <&pinctrl_uart3_2>;
54 status = "okay";
55};