Searched +full:p1010 +full:- +full:flexcan (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.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 …]
|
/Linux-v5.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 …]
|
/Linux-v5.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 …]
|