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 24a2f4d commit f6fe9b6Copy full SHA for f6fe9b6
Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml
@@ -48,6 +48,8 @@ properties:
48
clocks:
49
maxItems: 1
50
51
+ big-endian: true
52
+
53
fsl,ext-reset-output:
54
$ref: /schemas/types.yaml#/definitions/flag
55
description: |
@@ -93,6 +95,18 @@ allOf:
93
95
properties:
94
96
fsl,suspend-in-wait: false
97
98
+ - if:
99
+ not:
100
+ properties:
101
+ compatible:
102
+ contains:
103
+ enum:
104
+ - fsl,ls1012a-wdt
105
+ - fsl,ls1043a-wdt
106
+ then:
107
108
+ big-endian: false
109
110
unevaluatedProperties: false
111
112
examples:
0 commit comments