Lines Matching +full:vf610 +full:- +full:gpio

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
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
22 - fsl,imx6q-flexcan
23 - fsl,imx28-flexcan
24 - fsl,imx25-flexcan
25 - fsl,p1010-flexcan
26 - fsl,vf610-flexcan
27 - fsl,ls1021ar2-flexcan
28 - fsl,lx2160ar1-flexcan
29 - items:
30 - enum:
31 - fsl,imx53-flexcan
32 - fsl,imx35-flexcan
33 - const: fsl,imx25-flexcan
34 - items:
35 - enum:
36 - fsl,imx7d-flexcan
37 - fsl,imx6ul-flexcan
38 - fsl,imx6sx-flexcan
39 - const: fsl,imx6q-flexcan
40 - items:
41 - enum:
42 - fsl,ls1028ar1-flexcan
43 - const: fsl,lx2160ar1-flexcan
54 clock-names:
56 - const: ipg
57 - const: per
59 clock-frequency:
63 doesn't support the clocks and clock-names property.
65 xceiver-supply:
68 big-endian:
76 fsl,stop-mode:
85 $ref: /schemas/types.yaml#/definitions/phandle-array
87 - items:
88 - description: The 'gpr' is the phandle to general purpose register node.
89 - description: The 'req_gpr' is the gpr register offset of CAN stop request.
91 - description: The 'req_bit' is the bit offset of CAN stop request.
94 fsl,clk-source:
107 wakeup-source:
112 fsl,scu-index:
122 termination-gpios: true
123 termination-ohms: true
126 - compatible
127 - reg
128 - interrupts
133 - |
135 compatible = "fsl,p1010-flexcan";
138 interrupt-parent = <&mpic>;
139 clock-frequency = <200000000>;
140 fsl,clk-source = /bits/ 8 <0>;
142 - |
143 #include <dt-bindings/interrupt-controller/irq.h>
146 compatible = "fsl,imx6q-flexcan";
150 clock-names = "ipg", "per";
151 fsl,stop-mode = <&gpr 0x34 28>;
152 fsl,scu-index = /bits/ 8 <1>;
154 - |
155 #include <dt-bindings/interrupt-controller/irq.h>
156 #include <dt-bindings/gpio/gpio.h>
159 compatible = "fsl,imx6q-flexcan";
163 clock-names = "ipg", "per";
164 fsl,stop-mode = <&gpr 0x34 28>;
165 termination-gpios = <&gpio1 0 GPIO_ACTIVE_LOW>;
166 termination-ohms = <120>;