20 lines
317 B
YAML
20 lines
317 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
|
|
description: Do not set legacy IRQ bit
|