summaryrefslogtreecommitdiffstats
path: root/cf-code/cf-fsi-witherspoon.h
blob: 87507e558f0931183765bcfa6024b71f4de6d9ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: GPL-2.0+
#define CLOCK_GPIO_VREG	0x1e0
#define CLOCK_GPIO_DREG 0x0d8
#define CLOCK_GPIO_BIT	16
#define DATA_GPIO_VREG	0x020
#define DATA_GPIO_DREG	0x0c4
#define DATA_GPIO_BIT	0
#define TRANS_GPIO_VREG	0x080
#define TRANS_GPIO_DREG	0x0d0
#define TRANS_GPIO_BIT	10

#define SYS_SIG		SYS_SIG_WITHERSPOON
OpenPOWER on IntegriCloud