brintos

brintos / linux-shallow public Read only

0
0
Text · 819 B · de82d8a Raw
30 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * Copyright (C) 2018 Jacopo Mondi <jacopo+renesas@jmondi.org>4 * Copyright (C) 2016 Glider bvba5 */6 7#ifndef __DT_BINDINGS_POWER_R8A77965_SYSC_H__8#define __DT_BINDINGS_POWER_R8A77965_SYSC_H__9 10/*11 * These power domain indices match the numbers of the interrupt bits12 * representing the power areas in the various Interrupt Registers13 * (e.g. SYSCISR, Interrupt Status Register)14 */15 16#define R8A77965_PD_CA57_CPU0		 017#define R8A77965_PD_CA57_CPU1		 118#define R8A77965_PD_A3VP		 919#define R8A77965_PD_CA57_SCU		1220#define R8A77965_PD_CR7			1321#define R8A77965_PD_A3VC		1422#define R8A77965_PD_3DG_A		1723#define R8A77965_PD_3DG_B		1824#define R8A77965_PD_A2VC1		2625 26/* Always-on power area */27#define R8A77965_PD_ALWAYS_ON		3228 29#endif /* __DT_BINDINGS_POWER_R8A77965_SYSC_H__ */30