blob: b4864325d74b24a328882543a018efd66c854e89 [file] [log] [blame]
Stephen Warren729c2db2016-07-27 15:24:49 -06001/*
2 * This header provides constants for binding nvidia,tegra186-hsp.
3 *
4 * The number with HSP_DB_MASTER prefix indicates the bit that is
5 * associated with a master ID in the doorbell registers.
6 */
7
8#ifndef _DT_BINDINGS_MAILBOX_TEGRA186_HSP_H
9#define _DT_BINDINGS_MAILBOX_TEGRA186_HSP_H
10
11#define HSP_MBOX_TYPE_DB 0x0
12#define HSP_MBOX_TYPE_SM 0x1
13#define HSP_MBOX_TYPE_SS 0x2
14#define HSP_MBOX_TYPE_AS 0x3
15
16#define HSP_DB_MASTER_CCPLEX 17
17#define HSP_DB_MASTER_BPMP 19
18
19#endif