summaryrefslogtreecommitdiff
path: root/arch/mips/mach-mscc/include/mach/luton/luton_devcpu_gcb.h
blob: 750a8013d1623c82d2951f67058a416811a1db8c (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) */
/*
 * Copyright (c) 2018 Microsemi Corporation
 */

#ifndef _MSCC_OCELOT_DEVCPU_GCB_H_
#define _MSCC_OCELOT_DEVCPU_GCB_H_

#include <linux/bitops.h>
#define PERF_SOFT_RST                                     0x90

#define PERF_SOFT_RST_SOFT_SWC_RST                        BIT(1)
#define PERF_SOFT_RST_SOFT_CHIP_RST                       BIT(0)

#define GPIO_ALT(x)				(0x88 + 4 * (x))

#define CHIP_ID					(0x08)

#endif