brintos

brintos / linux-shallow public Read only

0
0
Text · 706 B · 9922d4c Raw
26 lines · c
1/* SPDX-License-Identifier: GPL-2.02 *3 * Copyright (C) 2018 Renesas Electronics Corp.4 */5#ifndef __DT_BINDINGS_POWER_R8A774C0_SYSC_H__6#define __DT_BINDINGS_POWER_R8A774C0_SYSC_H__7 8/*9 * These power domain indices match the numbers of the interrupt bits10 * representing the power areas in the various Interrupt Registers11 * (e.g. SYSCISR, Interrupt Status Register)12 */13 14#define R8A774C0_PD_CA53_CPU0		515#define R8A774C0_PD_CA53_CPU1		616#define R8A774C0_PD_A3VC		1417#define R8A774C0_PD_3DG_A		1718#define R8A774C0_PD_3DG_B		1819#define R8A774C0_PD_CA53_SCU		2120#define R8A774C0_PD_A2VC1		2621 22/* Always-on power area */23#define R8A774C0_PD_ALWAYS_ON		3224 25#endif /* __DT_BINDINGS_POWER_R8A774C0_SYSC_H__ */26