Searched +full:imx6q +full:- +full:flexcan (Results 1 – 10 of 10) sorted by relevance
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-flexcan21 - fsl,imx8mp-flexcan[all …]
1 // SPDX-License-Identifier: GPL-2.05 #include <dt-bindings/clock/imx6ul-clock.h>6 #include <dt-bindings/gpio/gpio.h>7 #include <dt-bindings/input/input.h>8 #include <dt-bindings/interrupt-controller/arm-gic.h>9 #include "imx6ul-pinfunc.h"12 #address-cells = <1>;13 #size-cells = <1>;16 * pre-existing /chosen node to be available to insert the55 #address-cells = <1>;[all …]
1 // SPDX-License-Identifier: GPL-2.0+6 #include <dt-bindings/clock/imx6qdl-clock.h>7 #include <dt-bindings/input/input.h>8 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #address-cells = <1>;12 #size-cells = <1>;15 * pre-existing /chosen node to be available to insert the54 compatible = "fsl,imx-ckil", "fixed-clock";55 #clock-cells = <0>;56 clock-frequency = <32768>;[all …]
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT6 #include <dt-bindings/clock/imx7d-clock.h>7 #include <dt-bindings/power/imx7-power.h>8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/input/input.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/reset/imx7-reset.h>12 #include "imx7d-pinfunc.h"15 #address-cells = <1>;16 #size-cells = <1>;[all …]
1 // SPDX-License-Identifier: GPL-2.05 #include <dt-bindings/clock/imx6sx-clock.h>6 #include <dt-bindings/gpio/gpio.h>7 #include <dt-bindings/input/input.h>8 #include <dt-bindings/interrupt-controller/arm-gic.h>9 #include "imx6sx-pinfunc.h"12 #address-cells = <1>;13 #size-cells = <1>;16 * pre-existing /chosen node to be available to insert the57 #address-cells = <1>;[all …]
1 // SPDX-License-Identifier: GPL-2.0 OR X117 #include <dt-bindings/gpio/gpio.h>8 #include <dt-bindings/input/input.h>12 stdout-path = &uart2;21 compatible = "simple-bus";22 #address-cells = <1>;23 #size-cells = <0>;26 compatible = "regulator-fixed";28 regulator-name = "2P5V";29 regulator-min-microvolt = <2500000>;[all …]
1 // SPDX-License-Identifier: GPL-2.0 OR X115 #include <dt-bindings/gpio/gpio.h>6 #include <dt-bindings/input/input.h>10 stdout-path = &uart2;19 compatible = "simple-bus";20 #address-cells = <1>;21 #size-cells = <0>;24 compatible = "regulator-fixed";26 regulator-name = "1P8V";27 regulator-min-microvolt = <1800000>;[all …]
5 * This file is dual-licensed: you can use it either under the terms43 #include <dt-bindings/clock/imx6qdl-clock.h>44 #include <dt-bindings/gpio/gpio.h>45 #include <dt-bindings/input/input.h>49 stdout-path = &uart2;58 compatible = "simple-bus";59 #address-cells = <1>;60 #size-cells = <0>;63 compatible = "regulator-fixed";65 regulator-name = "2P5V";[all …]
1 // SPDX-License-Identifier: GPL-2.0 OR X115 #include <dt-bindings/gpio/gpio.h>6 #include <dt-bindings/input/input.h>10 stdout-path = &uart2;18 backlight_lcd: backlight-lcd {19 compatible = "pwm-backlight";21 brightness-levels = <0 4 8 16 32 64 128 255>;22 default-brightness-level = <7>;23 power-supply = <®_3p3v>;27 backlight_lvds0: backlight-lvds0 {[all …]
1 // SPDX-License-Identifier: GPL-2.03 // flexcan.c - FLEXCAN CAN controller driver5 // Copyright (c) 2005-2006 Varma Electronics Oy7 // 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 …]