-
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.
ARM: dts: MicroSys sbc6x support (i.MX6)
Add support for MicroSys sbc6x board. Signed-off-by: Pavel Machek <pavel@denx.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
- Loading branch information
Pavel Machek
authored and
Shawn Guo
committed
Apr 9, 2013
1 parent
bd3d924
commit 8593a1a
Showing
2 changed files
with
46 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
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,44 @@ | ||
/* | ||
* Copyright 2013 Pavel Machek <pavel@denx.de> | ||
* | ||
* The code contained herein is licensed under the GNU General Public | ||
* License V2. | ||
*/ | ||
|
||
/dts-v1/; | ||
#include "imx6q.dtsi" | ||
|
||
/ { | ||
model = "MicroSys sbc6x board"; | ||
compatible = "microsys,sbc6x", "fsl,imx6q"; | ||
|
||
memory { | ||
reg = <0x10000000 0x80000000>; | ||
}; | ||
}; | ||
|
||
&fec { | ||
pinctrl-names = "default"; | ||
pinctrl-0 = <&pinctrl_enet_1>; | ||
phy-mode = "rgmii"; | ||
status = "okay"; | ||
}; | ||
|
||
&uart1 { | ||
pinctrl-names = "default"; | ||
pinctrl-0 = <&pinctrl_uart1_1>; | ||
status = "okay"; | ||
}; | ||
|
||
&usbotg { | ||
pinctrl-names = "default"; | ||
pinctrl-0 = <&pinctrl_usbotg_1>; | ||
disable-over-current; | ||
status = "okay"; | ||
}; | ||
|
||
&usdhc3 { | ||
pinctrl-names = "default"; | ||
pinctrl-0 = <&pinctrl_usdhc3_2>; | ||
status = "okay"; | ||
}; |