| // 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. | |
| using fuchsia.amlogic.platform; | |
| fuchsia.BIND_COMPOSITE == 1; | |
| fuchsia.BIND_PLATFORM_DEV_VID == fuchsia.amlogic.platform.BIND_PLATFORM_DEV_VID.AMLOGIC; | |
| accept fuchsia.BIND_PLATFORM_DEV_DID { | |
| 0x06, // PDEV_DID_AMLOGIC_SDMMC_A | |
| 0x07, // PDEV_DID_AMLOGIC_SDMMC_B | |
| 0x08, // PDEV_DID_AMLOGIC_SDMMC_C | |
| } |