summaryrefslogtreecommitdiff
path: root/include/soc/mscc/vsc7514_regs.h
blob: ffe343a9c04b054669ff806972640e60050bda5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
/*
 * Microsemi Ocelot Switch driver
 *
 * Copyright (c) 2021 Innovative Advantage Inc.
 */

#ifndef VSC7514_REGS_H
#define VSC7514_REGS_H

#include <soc/mscc/ocelot_vcap.h>

extern struct vcap_props vsc7514_vcap_props[];

extern const struct reg_field vsc7514_regfields[REGFIELD_MAX];

extern const u32 *vsc7514_regmap[TARGET_MAX];

#endif