blob: d245f0a4ac09f7efa588215209493f9261414cc8 [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.nxp.platform;
extend uint fuchsia.BIND_PLATFORM_DEV_VID {
NXP = 0x09,
};
extend uint fuchsia.BIND_PLATFORM_DEV_PID {
SD8987 = 0x01,
IMX8MMEVK = 0x02,
};
extend uint fuchsia.BIND_PLATFORM_DEV_DID {
WIFI = 0x01,
I2C = 0x04,
SDHCI = 0x3,
RTC_PCF8563 = 0x05,
SR1XX = 0x06,
GPIO = 0x07,
};