1 // Copyright 2018 The Fuchsia Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file. 4 5 #define INTEL_VID 0x8086 6 7 #define INTEL_WILDCAT_POINT_SERIALIO_I2C0_DID 0x9CE1 // Wildcat Point-LP Serial IO I2C Controller #0 8 #define INTEL_WILDCAT_POINT_SERIALIO_I2C1_DID 0x9CE2 // Wildcat Point-LP Serial IO I2C Controller #1 9 #define INTEL_SUNRISE_POINT_SERIALIO_I2C0_DID 0x9D60 // Sunrise Point-LP Serial IO I2C Controller #0 10 #define INTEL_SUNRISE_POINT_SERIALIO_I2C1_DID 0x9D61 // Sunrise Point-LP Serial IO I2C Controller #1 11 #define INTEL_SUNRISE_POINT_SERIALIO_I2C2_DID 0x9D62 // Sunrise Point-LP Serial IO I2C Controller #2 12 #define INTEL_SUNRISE_POINT_SERIALIO_I2C3_DID 0x9D63 // Sunrise Point-LP Serial IO I2C Controller #3 13 #define INTEL_SUNRISE_POINT_SERIALIO_I2C4_DID 0x9D64 // Sunrise Point-LP Serial IO I2C Controller #4 14