-
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: mxs: Add the second I2C adapter to the CFA10049 expansion b…
…oard Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
- Loading branch information
Maxime Ripard
authored and
Shawn Guo
committed
Sep 3, 2012
1 parent
de7e934
commit db84c03
Showing
2 changed files
with
32 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
/* | ||
* Copyright 2012 Free Electrons | ||
* | ||
* 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 | ||
*/ | ||
|
||
/* | ||
* The CFA-10049 is an expansion board for the CFA-10036 module, thus we | ||
* need to include the CFA-10036 DTS. | ||
*/ | ||
/include/ "imx28-cfa10036.dts" | ||
|
||
/ { | ||
model = "Crystalfontz CFA-10049 Board"; | ||
compatible = "crystalfontz,cfa10049", "crystalfontz,cfa10036", "fsl,imx28"; | ||
|
||
apb@80000000 { | ||
apbx@80040000 { | ||
i2c1: i2c@8005a000 { | ||
pinctrl-names = "default"; | ||
pinctrl-0 = <&i2c1_pins_a>; | ||
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