Commit 678fefdf authored by Harshit Shah's avatar Harshit Shah Committed by Arnd Bergmann
Browse files

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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarHarshit Shah <hshah@axiado.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 7346be49
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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