blob: 2c88a1eff0be36a4738109fdf61e824136372cc9 [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.khadas.platform;
extend uint fuchsia.BIND_PLATFORM_DEV_VID {
KHADAS = 0x4,
};
extend uint fuchsia.BIND_PLATFORM_DEV_PID {
VIM2 = 0x02,
VIM2_MACHINA = 0x3EA,
VIM3 = 0x03,
VIM3_MCU = 0x05,
VIM2_THERMAL = 0x06,
};
extend uint fuchsia.BIND_PLATFORM_DEV_DID {
VIM_DISPLAY = 0x01,
VIM3_MCU = 0x05,
VIM2_THERMAL = 0x06,
};