aboutsummaryrefslogtreecommitdiff
path: root/src/soc/sifive/fu540/chip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/sifive/fu540/chip.c')
-rw-r--r--src/soc/sifive/fu540/chip.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/soc/sifive/fu540/chip.c b/src/soc/sifive/fu540/chip.c
new file mode 100644
index 0000000000..6eab45c61c
--- /dev/null
+++ b/src/soc/sifive/fu540/chip.c
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#include <device/device.h>
+
+struct chip_operations soc_sifive_fu540_ops = {
+ CHIP_NAME("SIFIVE FU540")
+};