mb/system76/cml-u/dt: Make use of chipset devicetree
[coreboot.git] / src / soc / ucb / riscv / chip.c
blob2e0f528128eb097e3eb9dd4e4689f57d9eef1396
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <device/device.h>
5 struct chip_operations soc_ucb_riscv_ops = {
6 .name = "UCB RISC-V",
7 };