summaryrefslogtreecommitdiffstats
path: root/cf-code/cf-fsi-romulus.h
blob: 3ffdc67aa9f350b0ddae9c1476e7056d8794cc84 (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	0x1e0
#define DATA_GPIO_DREG	0x0d8
#define DATA_GPIO_BIT	18
#define TRANS_GPIO_VREG	0x080
#define TRANS_GPIO_DREG	0x0d0
#define TRANS_GPIO_BIT	10

#define SYS_SIG		SYS_SIG_ROMULUS
OpenPOWER on IntegriCloud