mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 23:22:31 +02:00
dt-bindings: i3c: cdns: add Axiado AX3000 I3C controller
Add binding for AX3000 I3C controller. So far, no changes known, so it can fallback to default compatible. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Harshit Shah <hshah@axiado.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
7346be495b
commit
678fefdfe9
|
|
@ -14,7 +14,12 @@ allOf:
|
|||
|
||||
properties:
|
||||
compatible:
|
||||
const: cdns,i3c-master
|
||||
oneOf:
|
||||
- const: cdns,i3c-master
|
||||
- items:
|
||||
- enum:
|
||||
- axiado,ax3000-i3c
|
||||
- const: cdns,i3c-master
|
||||
|
||||
reg:
|
||||
maxItems: 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user