blob: 5cdce71a66c440aefaf127438bc046bc944cb5b0 [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.qualcomm.platform;
extend uint fuchsia.BIND_PLATFORM_DEV_VID {
QUALCOMM = 0x13,
};
extend uint fuchsia.BIND_PLATFORM_DEV_PID {
MSM8X53 = 0x01,
MSM8998 = 0x02,
MSM8150 = 0x03,
ETH_PHY = 0x04,
};
extend uint fuchsia.BIND_PLATFORM_DEV_DID {
GPIO = 0x01,
PIL = 0x02,
SDC1 = 0x03,
CLOCK = 0x04,
POWER = 0x05,
MAGMA_ADRENO = 0x06,
AR8031 = 0x7,
};