45 lines
938 B
Plaintext
45 lines
938 B
Plaintext
/*
|
|
* Copyright (C) 2014 Freescale Semiconductor, Inc.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
*/
|
|
|
|
#include "imx6sx-17x17-arm2.dts"
|
|
|
|
&pinctrl_hog_1 {
|
|
/* Pin conflict with SSI */
|
|
fsl,pins = <
|
|
MX6SX_PAD_QSPI1A_SS0_B__GPIO4_IO_22 0x80000000
|
|
/* CAN1_2_EN */
|
|
MX6SX_PAD_QSPI1B_DATA1__GPIO4_IO_25 0x17059
|
|
/* CAN1_2_STBY_B */
|
|
MX6SX_PAD_QSPI1B_DATA3__GPIO4_IO_27 0x17059
|
|
/* CAN1_ERR_B */
|
|
MX6SX_PAD_QSPI1B_DATA0__GPIO4_IO_24 0x17059
|
|
/* CAN2_ERR_B */
|
|
MX6SX_PAD_QSPI1B_SS0_B__GPIO4_IO_30 0x17059
|
|
>;
|
|
};
|
|
|
|
®_sdb_vmmc{
|
|
/* Pin conflict with SSI */
|
|
gpio = <0 0 0>;
|
|
};
|
|
|
|
&usdhc2 {
|
|
/* Pin conflict with SSI */
|
|
status = "disabled";
|
|
};
|
|
|
|
&usdhc3 {
|
|
/* Pin conflict with SSI */
|
|
status = "disabled";
|
|
};
|
|
|
|
&usdhc4 {
|
|
/* Pin conflict with SSI */
|
|
status = "disabled";
|
|
};
|