blob: aefddfddcf2bbc3a4a6f58e4261621bc9531f83b [file]
// 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;
primary parent "acpi" {
fuchsia.BIND_PROTOCOL == fuchsia.acpi.BIND_PROTOCOL.DEVICE;
if fuchsia.acpi.HID == "PNP0B00" {
true;
} else {
fuchsia.acpi.FIRST_CID == "PNP0B00";
}
}
parent "irq000" {
fuchsia.Service == "fuchsia.hardware.interrupt.Service";
}