drivers: mcux: imx rt flexcan support

Adds imx rt support.
Allows n-number of can interfaces based on device-tree.
Adds a "common" irq name.
Added CAN bus pins and dts for 1060 and 1064 EVK.

Signed-off-by: Rick Talbott <rtalbott@fastmail.com>
This commit is contained in:
Rick Talbott 2020-09-03 11:13:09 -04:00 committed by Maureen Helm
commit 60e5e79ca1
13 changed files with 225 additions and 145 deletions

View file

@ -17,5 +17,6 @@
#define IMX_CCM_USDHC2_CLK 7
#define IMX_CCM_EDMA_CLK 8
#define IMX_CCM_UART_CLK 9
#define IMX_CCM_CAN_CLK 10
#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_IMX_CCM_H_ */