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>
21 lines
353 B
YAML
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
|