xref: /openbmc/u-boot/board/toradex/common/tdx-common.h (revision 177f14da7f610ec26d3ab0aea2c8a75e2bfefa3a)
1 /*
2  * Copyright (c) 2016 Toradex, Inc.
3  *
4  * SPDX-License-Identifier:	GPL-2.0+
5  */
6 
7 #ifndef _TDX_COMMON_H
8 #define _TDX_COMMON_H
9 
10 #define TORADEX_USB_PRODUCT_NUM_OFFSET	0x4000
11 #define TDX_USB_VID			0x1B67
12 
13 #endif /* _TDX_COMMON_H */
14