linux-brain/arch/arm/boot/dts/imx6dl-sabreauto-flexcan1.dts
Joakim Zhang 6738f1d9e1 arch: arm: dts: add dts file to enable can1
Add dts file to enbale can1 which is pin conflict with fec on
i.MX6Q/QP/DL sabreauto board.

Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
2019-11-25 16:08:48 +08:00

19 lines
378 B
Plaintext

/*
* Copyright (C) 2013 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 "imx6dl-sabreauto.dts"
&can1{
status = "okay";
};
&fec {
/* pin conflict with flexcan1 */
status = "disabled";
};