blob: aaa02c6d2bbcae5ec39bfc04a2b9128fb22f8520 [file] [log] [blame]
Vincent Chen6a842772024-01-16 14:35:57 +08001/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (C) 2024 SiFive, Inc.
4 *
5 * Zong Li <zong.li@sifve.com>
6 */
7
8#ifndef _ASM_RISCV_EEPROM_H
9#define _ASM_RISCV_EEPROM_H
10
11#define PCB_REVISION_REV3 0x3
12
13u8 get_pcb_revision_from_eeprom(void);
14
15#endif /* _ASM_RISCV_EEPROM_H */