Path: blob/main/sys/contrib/device-tree/include/dt-bindings/power/r8a774a1-sysc.h
48400 views
/* SPDX-License-Identifier: GPL-2.01*2* Copyright (C) 2018 Renesas Electronics Corp.3*/4#ifndef __DT_BINDINGS_POWER_R8A774A1_SYSC_H__5#define __DT_BINDINGS_POWER_R8A774A1_SYSC_H__67/*8* These power domain indices match the numbers of the interrupt bits9* representing the power areas in the various Interrupt Registers10* (e.g. SYSCISR, Interrupt Status Register)11*/1213#define R8A774A1_PD_CA57_CPU0 014#define R8A774A1_PD_CA57_CPU1 115#define R8A774A1_PD_CA53_CPU0 516#define R8A774A1_PD_CA53_CPU1 617#define R8A774A1_PD_CA53_CPU2 718#define R8A774A1_PD_CA53_CPU3 819#define R8A774A1_PD_CA57_SCU 1220#define R8A774A1_PD_A3VC 1421#define R8A774A1_PD_3DG_A 1722#define R8A774A1_PD_3DG_B 1823#define R8A774A1_PD_CA53_SCU 2124#define R8A774A1_PD_A2VC0 2525#define R8A774A1_PD_A2VC1 262627/* Always-on power area */28#define R8A774A1_PD_ALWAYS_ON 322930#endif /* __DT_BINDINGS_POWER_R8A774A1_SYSC_H__ */313233