diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2021-07-01 15:50:17 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2021-07-01 15:50:17 +0000 |
| commit | 71ca10f8bbe6096fb8f641e138cd06d189f2b4e3 (patch) | |
| tree | b15177dc9f4c7c103560e82ff2ac3994a57bfabe /Bindings/timer/arm,arch_timer.yaml | |
| parent | c7a3c7298ff5bdae6341330a1d94ab10e010beac (diff) | |
Diffstat (limited to 'Bindings/timer/arm,arch_timer.yaml')
| -rw-r--r-- | Bindings/timer/arm,arch_timer.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Bindings/timer/arm,arch_timer.yaml b/Bindings/timer/arm,arch_timer.yaml index 2c75105c1398..7f5e3af58255 100644 --- a/Bindings/timer/arm,arch_timer.yaml +++ b/Bindings/timer/arm,arch_timer.yaml @@ -34,11 +34,30 @@ properties: - arm,armv8-timer interrupts: + minItems: 1 + maxItems: 5 items: - description: secure timer irq - description: non-secure timer irq - description: virtual timer irq - description: hypervisor timer irq + - description: hypervisor virtual timer irq + + interrupt-names: + oneOf: + - minItems: 2 + items: + - const: phys + - const: virt + - const: hyp-phys + - const: hyp-virt + - minItems: 3 + items: + - const: sec-phys + - const: phys + - const: virt + - const: hyp-phys + - const: hyp-virt clock-frequency: description: The frequency of the main counter, in Hz. Should be present |
