zephyr/dts/bindings/timer/intel,hpet.yaml
Daniel Leung 44462723f5 timer: hpet: make legacy interrupt routing optional
On some platforms, HPET is not wired to trigger IRQ 2.
This would make HPET non-functional if the legacy
interrupt routing bit is set in the global config
register. This adds a DTS flag so the driver won't
set the bit to enable legacy interrupt.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2022-01-14 14:46:21 -05:00

21 lines
353 B
YAML

# Copyright (c) 2019 Intel Corp.
# SPDX-License-Identifier: Apache-2.0
description: HPET (High-Precision Event Timer)
compatible: "intel,hpet"
include: base.yaml
properties:
reg:
required: true
interrupts:
required: true
no-legacy-irq:
type: boolean
required: false
description: Do not set legacy IRQ bit