xref: /openbmc/u-boot/board/keymile/kmp204x/kmp204x.h (revision 877bfe37)
1*877bfe37SValentin Longchamp /*
2*877bfe37SValentin Longchamp  * (C) Copyright 2013 Keymile AG
3*877bfe37SValentin Longchamp  * Valentin Longchamp <valentin.longchamp@keymile.com>
4*877bfe37SValentin Longchamp  *
5*877bfe37SValentin Longchamp  * SPDX-License-Identifier:	GPL-2.0+
6*877bfe37SValentin Longchamp  */
7*877bfe37SValentin Longchamp 
8*877bfe37SValentin Longchamp #define PRSTCFG_POWUP_UNIT_CORE_RST	0x0
9*877bfe37SValentin Longchamp #define PRSTCFG_POWUP_UNIT_RST		0x1
10*877bfe37SValentin Longchamp #define PRSTCFG_POWUP_RST		0x3
11*877bfe37SValentin Longchamp 
12*877bfe37SValentin Longchamp void qrio_prst(u8 bit, bool en, bool wden);
13*877bfe37SValentin Longchamp void qrio_prstcfg(u8 bit, u8 mode);
14*877bfe37SValentin Longchamp 
15*877bfe37SValentin Longchamp void pci_of_setup(void *blob, bd_t *bd);
16