blob: 0362ed9c0cad4b4c7af19dd6b89f23cc6353907b [file] [log] [blame]
Sam Lewisad7b2e22020-08-03 20:18:29 +10001/* SPDX-License-Identifier: GPL-2.0-only */
2
3#include <device/device.h>
4
5struct chip_operations soc_ti_am335x_ops = {
6 CHIP_NAME("TI AM335X")
7};