blob: a5e01df80712e53534a2e2cab8239367fe790ed9 [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 dwmac;
primary parent "eth-board" {
fuchsia.Service == "fuchsia.hardware.ethernet.board.Service";
}
parent "pdev" {
if fuchsia.COMPATIBLE == "amlogic,meson-g12a-dwmac" {
true;
} else {
fuchsia.BIND_PROTOCOL == fuchsia.platform.BIND_PROTOCOL.DEVICE;
fuchsia.BIND_PLATFORM_DEV_VID == fuchsia.designware.platform.BIND_PLATFORM_DEV_VID.DESIGNWARE;
fuchsia.BIND_PLATFORM_DEV_DID == fuchsia.designware.platform.BIND_PLATFORM_DEV_DID.ETH_MAC;
fuchsia.BIND_PLATFORM_DEV_INSTANCE_ID == 0;
}
}