forked from Freescale/linux-fslc
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Peter Fink <pfink@christ-es.de>
- Loading branch information
1 parent
b4e98e3
commit aa0ad2d
Showing
3 changed files
with
55 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
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,40 @@ | ||
// SPDX-License-Identifier: GPL-2.0 | ||
/* | ||
* Copyright (C) 2018-2023 Christ Electronic Systems GmbH | ||
* Peter Fink <pfink@christ-es.de> | ||
* Copyright 2012-2015 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 "imx6q.dtsi" | ||
#include "imx6qdl-medix-x.dtsi" | ||
|
||
/ { | ||
model = "Christ i.MX6 Quad MEDIX-TQX00"; | ||
compatible = "ces,imx6q-medix-tqx", "fsl,imx6q"; | ||
}; | ||
|
||
&can1 { | ||
status = "okay"; | ||
}; | ||
|
||
&hdmi { | ||
status = "disabled"; | ||
}; | ||
|
||
&i2c2 { | ||
status = "disabled"; | ||
}; | ||
|
||
&uart4 { | ||
status = "disabled"; | ||
}; |
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