blob: ceee2b7121b34aa605a2232793a157b8d5128639 [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 goldfish;
using fuchsia.acpi;
using fuchsia.hardware.interrupt;
using fuchsia.hardware.sysmem;
primary node "acpi" {
fuchsia.BIND_PROTOCOL == fuchsia.acpi.BIND_PROTOCOL.DEVICE;
fuchsia.acpi.HID == "GFSH0003";
}
node "irq000" {
fuchsia.hardware.interrupt.Service == fuchsia.hardware.interrupt.Service.ZirconTransport;
}
node "sysmem" {
fuchsia.hardware.sysmem.Service == fuchsia.hardware.sysmem.Service.ZirconTransport;
}