~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: d446e9f1d5ca7d3d5a1318b389393d28854e2263 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright (c) 2016 Toradex, Inc.
 */

#ifndef _TDX_COMMON_H
#define _TDX_COMMON_H

#define TORADEX_USB_PRODUCT_NUM_OFFSET	0x4000
#define TDX_USB_VID			0x1B67

int ft_common_board_setup(void *blob, struct bd_info *bd);
u32 get_board_revision(void);

#endif /* _TDX_COMMON_H */