imx51-apf51.dts revision 262569
1/*
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/;
18#include "imx51.dtsi"
19
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 {
29		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
44&nfc {
45	nand-bus-width = <8>;
46	nand-ecc-mode = "hw";
47	nand-on-flash-bbt;
48	status = "okay";
49};
50
51&uart3 {
52	pinctrl-names = "default";
53	pinctrl-0 = <&pinctrl_uart3_2>;
54	status = "okay";
55};
56