blob: 98a4be493783a7846b30abfec1e0ac980405617b [file]
// Copyright 2021 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 pc_ps2;
using fuchsia;
primary parent "acpi" {
fuchsia.BIND_PROTOCOL == fuchsia.acpi.BIND_PROTOCOL.DEVICE;
if fuchsia.acpi.HID == "PNP0303" {
true;
} else {
fuchsia.acpi.FIRST_CID == "PNP0303";
}
}
parent "irq000" {
fuchsia.Service == "fuchsia.hardware.interrupt.Service";
}