-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 359804 b: refs/heads/master c: 1982d5b h: refs/heads/master v: v3
- Loading branch information
Laurent Cans
authored and
Shawn Guo
committed
Feb 10, 2013
1 parent
11d8dae
commit 96d579a
Showing
5 changed files
with
90 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: a5120e89e7e187a91852896f586876c7a2030804 | ||
refs/heads/master: 1982d5b6c1b78363b5142eb0cb81c38d7604fc61 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Armadeus i.MX Platforms Device Tree Bindings | ||
----------------------------------------------- | ||
|
||
APF51: i.MX51 based module. | ||
Required root node properties: | ||
- compatible = "armadeus,imx51-apf51", "fsl,imx51"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
/* | ||
* Copyright 2012 Armadeus Systems - <support@armadeus.com> | ||
* Copyright 2012 Laurent Cans <laurent.cans@gmail.com> | ||
* | ||
* Based on mx51-babbage.dts | ||
* Copyright 2011 Freescale Semiconductor, Inc. | ||
* Copyright 2011 Linaro Ltd. | ||
* | ||
* The code contained herein is licensed under the GNU General Public | ||
* License. You may obtain a copy of the GNU General Public License | ||
* Version 2 or later at the following locations: | ||
* | ||
* http://www.opensource.org/licenses/gpl-license.html | ||
* http://www.gnu.org/copyleft/gpl.html | ||
*/ | ||
|
||
/dts-v1/; | ||
/include/ "imx51.dtsi" | ||
|
||
/ { | ||
model = "Armadeus Systems APF51 module"; | ||
compatible = "armadeus,imx51-apf51", "fsl,imx51"; | ||
|
||
memory { | ||
reg = <0x90000000 0x20000000>; | ||
}; | ||
|
||
clocks { | ||
ckih1 { | ||
clock-frequency = <0>; | ||
}; | ||
|
||
osc { | ||
clock-frequency = <33554432>; | ||
}; | ||
}; | ||
}; | ||
|
||
&fec { | ||
pinctrl-names = "default"; | ||
pinctrl-0 = <&pinctrl_fec_2>; | ||
phy-mode = "mii"; | ||
phy-reset-gpios = <&gpio3 0 0>; | ||
phy-reset-duration = <1>; | ||
status = "okay"; | ||
}; | ||
|
||
&uart3 { | ||
pinctrl-names = "default"; | ||
pinctrl-0 = <&pinctrl_uart3_2>; | ||
status = "okay"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters