[PATCH v5 1/2] dt-bindings: can: m_can: add ti,am62-mcan compatible

From: Kendall Willis

Date: Sat Sep 12 2026 - 17:29:21 EST


Add "ti,am62-mcan" device. Device is fully compatible with Bosch.
The device supports out-of-band wakeup capability.

Signed-off-by: Kendall Willis <k-willis@xxxxxx>
---
Documentation/devicetree/bindings/net/can/bosch,m_can.yaml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/can/bosch,m_can.yaml b/Documentation/devicetree/bindings/net/can/bosch,m_can.yaml
index 2c9d37975bedd652b3060ab11ba75c37565edaad..e0ac14de54fb20b46c29edf96fd9cee647df6283 100644
--- a/Documentation/devicetree/bindings/net/can/bosch,m_can.yaml
+++ b/Documentation/devicetree/bindings/net/can/bosch,m_can.yaml
@@ -16,7 +16,11 @@ allOf:

properties:
compatible:
- const: bosch,m_can
+ oneOf:
+ - const: bosch,m_can
+ - items:
+ - const: ti,am62-mcan
+ - const: bosch,m_can

reg:
items:

--
2.34.1