22 lines · c
1/* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */2/*3 * Copyright (C) 2024 Amlogic, Inc. All rights reserved4 */5#ifndef _DT_BINDINGS_AMLOGIC_A4_POWER_H6#define _DT_BINDINGS_AMLOGIC_A4_POWER_H7 8#define PWRC_A4_AUDIO_ID 09#define PWRC_A4_SDIOA_ID 110#define PWRC_A4_EMMC_ID 211#define PWRC_A4_USB_COMB_ID 312#define PWRC_A4_ETH_ID 413#define PWRC_A4_VOUT_ID 514#define PWRC_A4_AUDIO_PDM_ID 615#define PWRC_A4_DMC_ID 716#define PWRC_A4_SYS_WRAP_ID 817#define PWRC_A4_AO_I2C_S_ID 918#define PWRC_A4_AO_UART_ID 1019#define PWRC_A4_AO_IR_ID 1120 21#endif22