···11+/* SPDX-License-Identifier: GPL-2.022+ *33+ * Copyright (C) 2020 Renesas Electronics Corp.44+ */55+#ifndef __DT_BINDINGS_POWER_R8A7742_SYSC_H__66+#define __DT_BINDINGS_POWER_R8A7742_SYSC_H__77+88+/*99+ * These power domain indices match the numbers of the interrupt bits1010+ * representing the power areas in the various Interrupt Registers1111+ * (e.g. SYSCISR, Interrupt Status Register)1212+ */1313+1414+#define R8A7742_PD_CA15_CPU0 01515+#define R8A7742_PD_CA15_CPU1 11616+#define R8A7742_PD_CA15_CPU2 21717+#define R8A7742_PD_CA15_CPU3 31818+#define R8A7742_PD_CA7_CPU0 51919+#define R8A7742_PD_CA7_CPU1 62020+#define R8A7742_PD_CA7_CPU2 72121+#define R8A7742_PD_CA7_CPU3 82222+#define R8A7742_PD_CA15_SCU 122323+#define R8A7742_PD_RGX 202424+#define R8A7742_PD_CA7_SCU 212525+2626+/* Always-on power area */2727+#define R8A7742_PD_ALWAYS_ON 322828+2929+#endif /* __DT_BINDINGS_POWER_R8A7742_SYSC_H__ */