mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-01 15:14:52 +00:00

Replace verbatim license text with a `SPDX-License-Identifier` The comment header mis-attributes this license to be "X11", but the license text does not include the last line "Except as contained in this notice, the name of the X Consortium shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the X Consortium.". Therefore, this license is actually equivalent to the SPDX "MIT" license (confirmed by text diffing). Cc: Lothar Waßmann <LW@KARO-electronics.de> Acked-By: Lothar Waßmann <LW@KARO-electronics.de> Signed-off-by: Bence Csókás <csokas.bence@prolan.hu> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
51 lines
939 B
Plaintext
51 lines
939 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0-only OR MIT)
|
|
/*
|
|
* Copyright 2014-2017 Lothar Waßmann <LW@KARO-electronics.de>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "imx6q.dtsi"
|
|
#include "imx6qdl-tx6.dtsi"
|
|
#include "imx6qdl-tx6-lcd.dtsi"
|
|
|
|
/ {
|
|
model = "Ka-Ro electronics TX6Q-1036 Module";
|
|
compatible = "karo,imx6q-tx6q", "fsl,imx6q";
|
|
};
|
|
|
|
&ds1339 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&gpmi {
|
|
status = "disabled";
|
|
};
|
|
|
|
&ipu2 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&usdhc4 {
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&pinctrl_usdhc4>;
|
|
bus-width = <4>;
|
|
non-removable;
|
|
no-1-8-v;
|
|
fsl,wp-controller;
|
|
status = "okay";
|
|
};
|
|
|
|
&iomuxc {
|
|
pinctrl_usdhc4: usdhc4grp {
|
|
fsl,pins = <
|
|
MX6QDL_PAD_SD4_CMD__SD4_CMD 0x070b1
|
|
MX6QDL_PAD_SD4_CLK__SD4_CLK 0x070b1
|
|
MX6QDL_PAD_SD4_DAT0__SD4_DATA0 0x070b1
|
|
MX6QDL_PAD_SD4_DAT1__SD4_DATA1 0x070b1
|
|
MX6QDL_PAD_SD4_DAT2__SD4_DATA2 0x070b1
|
|
MX6QDL_PAD_SD4_DAT3__SD4_DATA3 0x070b1
|
|
MX6QDL_PAD_NANDF_ALE__SD4_RESET 0x0b0b1
|
|
>;
|
|
};
|
|
};
|