blob: 196599ee50a34f6348c46e79ada1f90ccf762443 [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.
library fuchsia.arm.platform;
extend uint fuchsia.BIND_PLATFORM_DEV_VID {
ARM = 0x12,
};
extend uint fuchsia.BIND_PLATFORM_DEV_PID {
ARM_ISP = 0x01,
GDC = 0x02,
GE2D = 0x03,
ACPI_BOARD = 0x04,
};
extend uint fuchsia.BIND_PLATFORM_DEV_DID {
MALI_IV009 = 0x01,
MALI_IV010 = 0x02,
MAGMA_MALI = 0x03,
};