Link: https://lore.kernel.org/r/20260217200002.683975158@linuxfoundation.org Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com> Tested-by: Peter Schneider <pschneider1968@googlemail.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Salvatore Bonaccorso <carnil@debian.org> Tested-by: Brett A C Sheffield <bacs@librecast.net> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: Luna Jernberg <droidbittin@gmail.com> Tested-by: Ronald Warsow <rwarsow@gmx.de> Tested-by: Justin M. Forbes <jforbes@fedoraproject.org> Tested-by: Ron Economos <re@w6rz.net> Tested-by: Miguel Ojeda <ojeda@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
31 lines
884 B
C
31 lines
884 B
C
/* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */
|
|
/*
|
|
* Copyright (C) 2025 Chen-Yu Tsai <wens@csie.org>
|
|
*/
|
|
|
|
#ifndef _DT_BINDINGS_RST_SUN55I_A523_MCU_CCU_H_
|
|
#define _DT_BINDINGS_RST_SUN55I_A523_MCU_CCU_H_
|
|
|
|
#define RST_BUS_MCU_I2S0 0
|
|
#define RST_BUS_MCU_I2S1 1
|
|
#define RST_BUS_MCU_I2S2 2
|
|
#define RST_BUS_MCU_I2S3 3
|
|
#define RST_BUS_MCU_SPDIF 4
|
|
#define RST_BUS_MCU_DMIC 5
|
|
#define RST_BUS_MCU_AUDIO_CODEC 6
|
|
#define RST_BUS_MCU_DSP_MSGBOX 7
|
|
#define RST_BUS_MCU_DSP_CFG 8
|
|
#define RST_BUS_MCU_NPU 9
|
|
#define RST_BUS_MCU_TIMER 10
|
|
#define RST_BUS_MCU_DSP_DEBUG 11
|
|
#define RST_BUS_MCU_DSP 12
|
|
#define RST_BUS_MCU_DMA 13
|
|
#define RST_BUS_MCU_PUBSRAM 14
|
|
#define RST_BUS_MCU_RISCV_CFG 15
|
|
#define RST_BUS_MCU_RISCV_DEBUG 16
|
|
#define RST_BUS_MCU_RISCV_CORE 17
|
|
#define RST_BUS_MCU_RISCV_MSGBOX 18
|
|
#define RST_BUS_MCU_PWM0 19
|
|
|
|
#endif /* _DT_BINDINGS_RST_SUN55I_A523_MCU_CCU_H_ */
|