Path: blob/master/include/dt-bindings/power/r8a7742-sysc.h
26282 views
/* SPDX-License-Identifier: GPL-2.01*2* Copyright (C) 2020 Renesas Electronics Corp.3*/4#ifndef __DT_BINDINGS_POWER_R8A7742_SYSC_H__5#define __DT_BINDINGS_POWER_R8A7742_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 R8A7742_PD_CA15_CPU0 014#define R8A7742_PD_CA15_CPU1 115#define R8A7742_PD_CA15_CPU2 216#define R8A7742_PD_CA15_CPU3 317#define R8A7742_PD_CA7_CPU0 518#define R8A7742_PD_CA7_CPU1 619#define R8A7742_PD_CA7_CPU2 720#define R8A7742_PD_CA7_CPU3 821#define R8A7742_PD_CA15_SCU 1222#define R8A7742_PD_RGX 2023#define R8A7742_PD_CA7_SCU 212425/* Always-on power area */26#define R8A7742_PD_ALWAYS_ON 322728#endif /* __DT_BINDINGS_POWER_R8A7742_SYSC_H__ */293031