-
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: imx7: add Toradex Colibri iMX7D 1GB (eMMC) support
Add support for the Computer on Module Colibri iMX7D 1GB along with the Colibri Evaluation Board device trees. Follow the usual hierarchic include model, maintaining shared configuration in imx7-colibri.dtsi and imx7-colibri-eval-v3.dtsi respectively. Signed-off-by: Stefan Agner <stefan@agner.ch> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
- Loading branch information
Stefan Agner
authored and
Shawn Guo
committed
Dec 26, 2017
1 parent
66d59b6
commit f928a4a
Showing
5 changed files
with
108 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
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,19 @@ | ||
// SPDX-License-Identifier: (GPL-2.0 OR MIT) | ||
/* | ||
* Copyright 2017 Toradex AG | ||
*/ | ||
|
||
/dts-v1/; | ||
#include "imx7d-colibri-emmc.dtsi" | ||
#include "imx7-colibri-eval-v3.dtsi" | ||
|
||
/ { | ||
model = "Toradex Colibri iMX7D 1GB (eMMC) on Colibri Evaluation Board V3"; | ||
compatible = "toradex,colibri-imx7d-emmc-eval-v3", | ||
"toradex,colibri-imx7d-emmc", "fsl,imx7d"; | ||
}; | ||
|
||
&usbotg2 { | ||
vbus-supply = <®_usbh_vbus>; | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// SPDX-License-Identifier: (GPL-2.0 OR MIT) | ||
/* | ||
* Copyright 2017 Toradex AG | ||
*/ | ||
|
||
#include "imx7d.dtsi" | ||
#include "imx7-colibri.dtsi" | ||
|
||
/ { | ||
memory { | ||
reg = <0x80000000 0x40000000>; | ||
}; | ||
}; | ||
|
||
&usbotg2 { | ||
dr_mode = "host"; | ||
}; | ||
|
||
&usdhc3 { | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,6 +49,10 @@ | |
}; | ||
}; | ||
|
||
&gpmi { | ||
status = "okay"; | ||
}; | ||
|
||
&usbotg2 { | ||
dr_mode = "host"; | ||
}; |