blob: 650d9ae6ce5bf5a6334d5f6ee79129c879380c0b [file] [log] [blame]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
composite intel_rtc;
using fuchsia.acpi;
using fuchsia.hardware.interrupt;
primary node "acpi" {
fuchsia.BIND_PROTOCOL == fuchsia.acpi.BIND_PROTOCOL.DEVICE;
if fuchsia.acpi.HID == "PNP0B00" {
true;
} else {
fuchsia.acpi.FIRST_CID == "PNP0B00";
}
}
node "irq000" {
fuchsia.hardware.interrupt.Service == fuchsia.hardware.interrupt.Service.ZirconTransport;
}