Searched +full:p1010 +full:- +full:flexcan (Results 1 – 7 of 7) sorted by relevance
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/net/can/ |
| D | fsl-flexcan.txt | 1 Flexcan CAN controller on Freescale's ARM and PowerPC system-on-a-chip (SOC). 5 - compatible : Should be "fsl,<processor>-flexcan" 10 - fsl,p1010-flexcan 12 - reg : Offset and length of the register set for this device 13 - interrupts : Interrupt tuple for this device 17 - clock-frequency : The oscillator frequency driving the flexcan device 19 - xceiver-supply: Regulator that powers the CAN transceiver 21 - big-endian: This means the registers of FlexCAN controller are big endian. 30 compatible = "fsl,p1010-flexcan"; 33 interrupt-parent = <&mpic>; [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/can/ |
| D | fsl,flexcan.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/can/fsl,flexcan.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 Flexcan CAN controller on Freescale's ARM and PowerPC system-on-a-chip (SOC). 11 - Marc Kleine-Budde <mkl@pengutronix.de> 14 - $ref: can-controller.yaml# 19 - enum: 20 - fsl,imx8qm-flexcan 21 - fsl,imx8mp-flexcan [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/boot/dts/fsl/ |
| D | p1010si-post.dtsi | 2 * P1010/P1014 Silicon/SoC Device Tree Source (post include) 36 #address-cells = <2>; 37 #size-cells = <1>; 38 compatible = "fsl,ifc", "simple-bus"; 44 compatible = "fsl,p1010-pcie", "fsl,qoriq-pcie-v2.3"; 46 #size-cells = <2>; 47 #address-cells = <3>; 48 bus-range = <0 255>; 49 clock-frequency = <33333333>; 54 #interrupt-cells = <1>; [all …]
|
| /kernel/linux/linux-4.19/arch/powerpc/boot/dts/fsl/ |
| D | p1010si-post.dtsi | 2 * P1010/P1014 Silicon/SoC Device Tree Source (post include) 36 #address-cells = <2>; 37 #size-cells = <1>; 38 compatible = "fsl,ifc", "simple-bus"; 44 compatible = "fsl,p1010-pcie", "fsl,qoriq-pcie-v2.3"; 46 #size-cells = <2>; 47 #address-cells = <3>; 48 bus-range = <0 255>; 49 clock-frequency = <33333333>; 54 #interrupt-cells = <1>; [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/clock/ |
| D | imx5-clock.txt | 4 - compatible: Should be "fsl,<soc>-ccm" , where <soc> can be imx51 or imx53 5 - reg: Address and length of the register set 6 - interrupts: Should contain CCM interrupt 7 - #clock-cells: Should be <1> 10 ID in its "clocks" phandle cell. See include/dt-bindings/clock/imx5-clock.h 16 compatible = "fsl,imx53-ccm"; 19 #clock-cells = <1>; 23 compatible = "fsl,imx53-flexcan", "fsl,p1010-flexcan"; 27 clock-names = "ipg", "per";
|
| /kernel/linux/linux-4.19/drivers/net/can/ |
| D | flexcan.c | 1 // SPDX-License-Identifier: GPL-2.0 3 // flexcan.c - FLEXCAN CAN controller driver 5 // Copyright (c) 2005-2006 Varma Electronics Oy 7 // Copyright (c) 2010-2017 Pengutronix, Marc Kleine-Budde <kernel@pengutronix.de> 10 // Based on code originally by Andrey Volkov <avolkov@varma-el.com> 17 #include <linux/can/rx-offload.h> 28 #define DRV_NAME "flexcan" 33 /* FLEXCAN module configuration register (CANMCR) bits */ 59 /* FLEXCAN control register (CANCTRL) bits */ 83 /* FLEXCAN control register 2 (CTRL2) bits */ [all …]
|
| /kernel/linux/linux-5.10/drivers/net/can/ |
| D | flexcan.c | 1 // SPDX-License-Identifier: GPL-2.0 3 // flexcan.c - FLEXCAN CAN controller driver 5 // Copyright (c) 2005-2006 Varma Electronics Oy 7 // Copyright (c) 2010-2017 Pengutronix, Marc Kleine-Budde <kernel@pengutronix.de> 10 // Based on code originally by Andrey Volkov <avolkov@varma-el.com> 17 #include <linux/can/rx-offload.h> 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 */ [all …]
|