1/*	$NetBSD: amlogic,a5-pwrc.h,v 1.1.1.1 2026/01/18 05:21:54 skrll Exp $	*/
2
3/* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */
4/*
5 * Copyright (C) 2024 Amlogic, Inc. All rights reserved
6 */
7
8#ifndef _DT_BINDINGS_AMLOGIC_A5_POWER_H
9#define _DT_BINDINGS_AMLOGIC_A5_POWER_H
10
11#define PWRC_A5_NNA_ID			0
12#define PWRC_A5_AUDIO_ID		1
13#define PWRC_A5_SDIOA_ID		2
14#define PWRC_A5_EMMC_ID			3
15#define PWRC_A5_USB_COMB_ID		4
16#define PWRC_A5_ETH_ID			5
17#define PWRC_A5_RSA_ID			6
18#define PWRC_A5_AUDIO_PDM_ID		7
19#define PWRC_A5_DMC_ID			8
20#define PWRC_A5_SYS_WRAP_ID		9
21#define PWRC_A5_DSPA_ID			10
22
23#endif
24