Searched full:flexcan (Results 1 – 25 of 25) sorted by relevance
/Linux-v5.10/Documentation/devicetree/bindings/net/can/ |
D | fsl,flexcan.yaml | 4 $id: http://devicetree.org/schemas/net/can/fsl,flexcan.yaml# 8 Flexcan CAN controller on Freescale's ARM and PowerPC system-on-a-chip (SOC). 20 - fsl,imx8qm-flexcan 21 - fsl,imx8mp-flexcan 22 - fsl,imx6q-flexcan 23 - fsl,imx28-flexcan 24 - fsl,imx25-flexcan 25 - fsl,p1010-flexcan 26 - fsl,vf610-flexcan 27 - fsl,ls1021ar2-flexcan [all …]
|
/Linux-v5.10/drivers/net/can/ |
D | flexcan.c | 3 // flexcan.c - FLEXCAN CAN controller driver 33 #define DRV_NAME "flexcan" 38 /* FLEXCAN module configuration register (CANMCR) bits */ 65 /* FLEXCAN control register (CANCTRL) bits */ 89 /* FLEXCAN control register 2 (CTRL2) bits */ 99 /* FLEXCAN memory error control register (MECR) bits */ 111 /* FLEXCAN error and status register (ESR) bits */ 143 /* FLEXCAN Bit Timing register (CBT) bits */ 151 /* FLEXCAN FD control register (FDCTRL) bits */ 164 /* FLEXCAN FD Bit Timing register (FDCBT) bits */ [all …]
|
D | Kconfig | 99 tristate "Support for Freescale FLEXCAN based chips" 102 Say Y here if you want to support for Freescale FlexCAN.
|
D | Makefile | 24 obj-$(CONFIG_CAN_FLEXCAN) += flexcan.o
|
/Linux-v5.10/Documentation/devicetree/bindings/clock/ |
D | imx5-clock.yaml | 60 compatible = "fsl,imx53-flexcan", "fsl,imx25-flexcan";
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | imx35.dtsi | 306 compatible = "fsl,imx35-flexcan", "fsl,imx25-flexcan"; 315 compatible = "fsl,imx35-flexcan", "fsl,imx25-flexcan";
|
D | vfxxx.dtsi | 98 can0: flexcan@40020000 { 99 compatible = "fsl,vf610-flexcan"; 684 can1: flexcan@400d4000 { 685 compatible = "fsl,vf610-flexcan";
|
D | imx6ul.dtsi | 426 can1: flexcan@2090000 { 427 compatible = "fsl,imx6ul-flexcan", "fsl,imx6q-flexcan"; 437 can2: flexcan@2094000 { 438 compatible = "fsl,imx6ul-flexcan", "fsl,imx6q-flexcan";
|
D | imx53.dtsi | 572 compatible = "fsl,imx53-flexcan", "fsl,imx25-flexcan"; 582 compatible = "fsl,imx53-flexcan", "fsl,imx25-flexcan";
|
D | imx6qdl-tx6.dtsi | 399 /* PAD DISP0_DAT0 is used for the Flexcan transceiver control */ 529 pinctrl_flexcan_xcvr: flexcan-xcvrgrp { 531 MX6QDL_PAD_DISP0_DAT0__GPIO4_IO21 0x1b0b0 /* Flexcan XCVR enable */
|
D | imx6ul-tx6ul.dtsi | 625 /* PAD DISP0_DAT0 is used for the Flexcan transceiver control on STK5-v5 */ 780 pinctrl_flexcan_xcvr: flexcan-xcvrgrp { 782 MX6UL_PAD_LCD_DATA00__GPIO3_IO05 0x0b0b0 /* Flexcan XCVR enable */
|
D | ls1021a.dtsi | 936 compatible = "fsl,ls1021ar2-flexcan"; 945 compatible = "fsl,ls1021ar2-flexcan"; 954 compatible = "fsl,ls1021ar2-flexcan"; 963 compatible = "fsl,ls1021ar2-flexcan";
|
D | imx7s.dtsi | 968 compatible = "fsl,imx7d-flexcan", "fsl,imx6q-flexcan"; 979 compatible = "fsl,imx7d-flexcan", "fsl,imx6q-flexcan";
|
D | imx6qdl.dtsi | 545 can1: flexcan@2090000 { 546 compatible = "fsl,imx6q-flexcan"; 556 can2: flexcan@2094000 { 557 compatible = "fsl,imx6q-flexcan";
|
D | imx25.dtsi | 113 compatible = "fsl,imx25-flexcan"; 122 compatible = "fsl,imx25-flexcan";
|
D | imx28-tx28.dts | 543 tx28_flexcan_xcvr_pins: tx28-flexcan-xcvr-pins@0 { 556 /* LCD_D00 may be used as Flexcan Transceiver Enable on STK5-V5 */
|
D | imx6sx.dtsi | 460 compatible = "fsl,imx6sx-flexcan", "fsl,imx6q-flexcan"; 471 compatible = "fsl,imx6sx-flexcan", "fsl,imx6q-flexcan";
|
D | imx53-tx53.dtsi | 343 fsl,pins = <MX53_PAD_DISP0_DAT0__GPIO4_21 0xe0>; /* Flexcan XCVR enable */
|
D | imx28.dtsi | 1038 compatible = "fsl,imx28-flexcan"; 1047 compatible = "fsl,imx28-flexcan";
|
D | imx6qdl-nitrogen6x.dtsi | 373 /* Flexcan XCVR enable */
|
D | imx6qdl-nitrogen6_som2.dtsi | 357 /* Flexcan XCVR enable */
|
D | imx6qdl-sabrelite.dtsi | 451 /* Flexcan XCVR enable */
|
D | imx6qdl-nitrogen6_max.dtsi | 434 /* Flexcan XCVR enable */
|
/Linux-v5.10/drivers/clk/mxs/ |
D | clk-imx28.c | 39 #define FLEXCAN (CLKCTRL + 0x0160) macro 225 clks[can0] = mxs_clk_gate("can0", "ref_xtal", FLEXCAN, 30); in mx28_clocks_init() 226 clks[can1] = mxs_clk_gate("can1", "ref_xtal", FLEXCAN, 28); in mx28_clocks_init()
|
/Linux-v5.10/arch/powerpc/boot/dts/fsl/ |
D | p1010si-post.dtsi | 137 compatible = "fsl,p1010-flexcan"; 144 compatible = "fsl,p1010-flexcan";
|