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 bd99d12 commit 3a7f73eCopy full SHA for 3a7f73e
Documentation/devicetree/bindings/serial/cdns,uart.yaml
@@ -9,9 +9,6 @@ title: Cadence UART Controller
9
maintainers:
10
- Michal Simek <[email protected]>
11
12
-allOf:
13
- - $ref: serial.yaml#
14
-
15
properties:
16
compatible:
17
oneOf:
@@ -46,13 +43,27 @@ properties:
46
43
port does not use this pin.
47
44
type: boolean
48
45
+ power-domains:
+ maxItems: 1
+
49
required:
50
- compatible
51
- reg
52
- interrupts
53
- clocks
54
- clock-names
55
56
+allOf:
57
+ - $ref: serial.yaml#
58
+ - if:
59
+ properties:
60
+ compatible:
61
+ contains:
62
+ const: cdns,uart-r1p8
63
+ then:
64
65
+ power-domains: false
66
67
unevaluatedProperties: false
68
69
examples:
0 commit comments