| Laurent Cans | 1982d5b | 2013-01-20 23:55:29 +0100 | [diff] [blame] | 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 | ckih1 { | 
|  | 30 | clock-frequency = <0>; | 
|  | 31 | }; | 
|  | 32 |  | 
|  | 33 | osc { | 
|  | 34 | clock-frequency = <33554432>; | 
|  | 35 | }; | 
|  | 36 | }; | 
|  | 37 | }; | 
|  | 38 |  | 
|  | 39 | &fec { | 
|  | 40 | pinctrl-names = "default"; | 
|  | 41 | pinctrl-0 = <&pinctrl_fec_2>; | 
|  | 42 | phy-mode = "mii"; | 
|  | 43 | phy-reset-gpios = <&gpio3 0 0>; | 
|  | 44 | phy-reset-duration = <1>; | 
|  | 45 | status = "okay"; | 
|  | 46 | }; | 
|  | 47 |  | 
|  | 48 | &uart3 { | 
|  | 49 | pinctrl-names = "default"; | 
|  | 50 | pinctrl-0 = <&pinctrl_uart3_2>; | 
|  | 51 | status = "okay"; | 
|  | 52 | }; |