[PATCH v6 1/2] dt-bindings: can: m_can: add ti,am62-mcan compatible
From: Kendall Willis
Date: Tue Sep 15 2026 - 14:16:52 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..b1d77b57cb75d8c0b48491f2376d8e186a3ad27c 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