Commit 62111976 authored by Marc Kleine-Budde's avatar Marc Kleine-Budde

dt-binding: can: mcp251xfd: add binding information for mcp251863

The MCP251863 device is a CAN-FD controller (MCP2518FD) with an
integrated Transceiver (ATA6563). Add the microchip,mcp251863 as a new
compatible to the binding.

Link: https://lore.kernel.org/all/20220419072805.2840340-2-mkl@pengutronix.de
Cc: devicetree@vger.kernel.org
Cc: Thomas Kopp <thomas.kopp@microchip.com>
Signed-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
parent 44b6b105
...@@ -5,8 +5,8 @@ $id: http://devicetree.org/schemas/net/can/microchip,mcp251xfd.yaml# ...@@ -5,8 +5,8 @@ $id: http://devicetree.org/schemas/net/can/microchip,mcp251xfd.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml#
title: title:
Microchip MCP2517FD and MCP2518FD stand-alone CAN controller device tree Microchip MCP2517FD, MCP2518FD and MCP251863 stand-alone CAN
bindings controller device tree bindings
maintainers: maintainers:
- Marc Kleine-Budde <mkl@pengutronix.de> - Marc Kleine-Budde <mkl@pengutronix.de>
...@@ -17,13 +17,14 @@ allOf: ...@@ -17,13 +17,14 @@ allOf:
properties: properties:
compatible: compatible:
oneOf: oneOf:
- const: microchip,mcp2517fd - enum:
description: for MCP2517FD - microchip,mcp2517fd
- microchip,mcp2518fd
- microchip,mcp251xfd
- items:
- enum:
- microchip,mcp251863
- const: microchip,mcp2518fd - const: microchip,mcp2518fd
description: for MCP2518FD
- const: microchip,mcp251xfd
description: to autodetect chip variant
reg: reg:
maxItems: 1 maxItems: 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment