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 #pragma once
6 
7 // clang-format off
8 
9 #define CYPRESS_VID 0x04B4
10 #define FX3_DEFAULT_BOOTLOADER_PID      0x00F3
11 #define FX3_SECOND_STAGE_BOOTLOADER_PID 0x00F0
12 
13 // Vendor commands
14 #define FX3_REQ_FIRMWARE_TRANSFER 0xA0
15