aboutsummaryrefslogtreecommitdiff
path: root/src/soc/ucb/riscv/chip.c
blob: 2e0f528128eb097e3eb9dd4e4689f57d9eef1396 (plain)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: GPL-2.0-only */

#include <device/device.h>

struct chip_operations soc_ucb_riscv_ops = {
	.name = "UCB RISC-V",
};