dt-bindings: i2c: cdns: add Axiado AX3005 I2C variant

Add binding for Axiado AX3005 I2C controller. So far, no changes
are known, so it can fall back to the cdns,i2c-r1p14 compatible.

Signed-off-by: Swark Yang <syang@axiado.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
Link: https://lore.kernel.org/r/20260716-upstream-axiado-ax3005-upstream-v3-3-c429095143ec@axiado.com
This commit is contained in:
Swark Yang 2026-07-16 20:51:10 -07:00 committed by Andi Shyti
parent 5272a6ab6b
commit edf133cdee
No known key found for this signature in database
GPG Key ID: DA78056626D32D6E

View File

@ -14,9 +14,13 @@ allOf:
properties:
compatible:
enum:
- cdns,i2c-r1p10 # cadence i2c controller version 1.0
- cdns,i2c-r1p14 # cadence i2c controller version 1.4
oneOf:
- enum:
- cdns,i2c-r1p10 # cadence i2c controller version 1.0
- cdns,i2c-r1p14 # cadence i2c controller version 1.4
- items:
- const: axiado,ax3005-i2c
- const: cdns,i2c-r1p14
reg:
maxItems: 1