summaryrefslogtreecommitdiffstats
path: root/src/soc/sifive/fu540/include/soc/otp.h
blob: 9c3dac9e3c37df53b954ef3d146668d58836a918 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef __SOC_SIFIVE_HIFIVE_U_OTP_H__
#define __SOC_SIFIVE_HIFIVE_U_OTP_H__

u32 otp_read_word(u16 idx);
u32 otp_read_serial(void);

#endif /* __SOC_SIFIVE_HIFIFE_U_OTP_H__ */