We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48111ec commit edca87bCopy full SHA for edca87b
Documentation/devicetree/bindings/usb/cypress,hx3.yaml
@@ -14,9 +14,22 @@ allOf:
14
15
properties:
16
compatible:
17
- enum:
18
- - usb4b4,6504
19
- - usb4b4,6506
+ oneOf:
+ - enum:
+ - usb4b4,6504
20
+ - usb4b4,6506
21
+ - items:
22
23
+ - usb4b4,6500
24
+ - usb4b4,6508
25
+ - const: usb4b4,6504
26
27
28
+ - usb4b4,6502
29
+ - usb4b4,6503
30
+ - usb4b4,6507
31
+ - usb4b4,650a
32
+ - const: usb4b4,6506
33
34
reg: true
35
0 commit comments