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

@ -22,6 +22,7 @@
chosen {
zephyr,console = &lpuart1;
zephyr,shell-uart = &lpuart1;
zephyr,can-primary = &flexcan2;
};
sdram0: memory@80000000 {
@ -164,3 +165,8 @@ arduino_i2c: &lpi2c1 {};
pwr-gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>;
cd-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>;
};
&flexcan2 {
status = "okay";
bus-speed = <125000>;
};