Lines Matching +full:xceiver +full:- +full:supply
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Microchip MCP2517FD, MCP2518FD and MCP251863 stand-alone CAN controller
10 - Marc Kleine-Budde <mkl@pengutronix.de>
13 - $ref: can-controller.yaml#
18 - enum:
19 - microchip,mcp2517fd
20 - microchip,mcp2518fd
21 - microchip,mcp251xfd
22 - items:
23 - enum:
24 - microchip,mcp251863
25 - const: microchip,mcp2518fd
35 vdd-supply:
38 xceiver-supply:
41 microchip,rx-int-gpios:
47 spi-max-frequency:
53 - compatible
54 - reg
55 - interrupts
56 - clocks
61 - |
62 #include <dt-bindings/gpio/gpio.h>
63 #include <dt-bindings/interrupt-controller/irq.h>
66 #address-cells = <1>;
67 #size-cells = <0>;
73 pinctrl-names = "default";
74 pinctrl-0 = <&can0_pins>;
75 spi-max-frequency = <20000000>;
76 interrupts-extended = <&gpio 13 IRQ_TYPE_LEVEL_LOW>;
77 microchip,rx-int-gpios = <&gpio 27 GPIO_ACTIVE_LOW>;
78 vdd-supply = <®5v0>;
79 xceiver-supply = <®5v0>;