summaryrefslogtreecommitdiff
path: root/include/sysinfo/tq_eeprom.h
blob: 6b1bddd7ce018a7ca0fce3edf83e84907b62d6c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * Copyright (c) 2023-2026 TQ-Systems GmbH <[email protected]>,
 * D-82229 Seefeld, Germany.
 * Author: Nora Schiffer
 */

#ifndef __SYSINFO_TQ_EEPROM_H__
#define __SYSINFO_TQ_EEPROM_H__

#include <sysinfo.h>

enum {
	/* Model string of TQ-Systems SOM. This is different from BOARD_MODEL,
	 * which usually combines SOM and baseboard names for TQ hardware
	 */
	SYSID_TQ_MODEL = SYSID_USER,
	/* SOM serial number */
	SYSID_TQ_SERIAL,
	/* MAC address */
	SYSID_TQ_MAC_ADDR,
};

#endif /* __SYSINFO_TQ_EEPROM_H__ */