summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/timer/ti,timer-dm.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/timer/ti,timer-dm.yaml')
-rw-r--r--dts/Bindings/timer/ti,timer-dm.yaml17
1 files changed, 12 insertions, 5 deletions
diff --git a/dts/Bindings/timer/ti,timer-dm.yaml b/dts/Bindings/timer/ti,timer-dm.yaml
index e32df21e63..acbb6f8997 100644
--- a/dts/Bindings/timer/ti,timer-dm.yaml
+++ b/dts/Bindings/timer/ti,timer-dm.yaml
@@ -51,6 +51,11 @@ properties:
- const: timer_sys_ck
minItems: 1
+ power-domains:
+ description:
+ Power domain if available
+ maxItems: 1
+
interrupts:
description:
Interrupt if available. The timer PWM features may be usable
@@ -94,13 +99,15 @@ additionalProperties: false
allOf:
- if:
- not:
- properties:
- compatible:
- contains:
- const: ti,am654-timer
+ properties:
+ compatible:
+ contains:
+ const: ti,am654-timer
then:
required:
+ - power-domains
+ else:
+ required:
- interrupts
- if: