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>
35 lines
874 B
C
35 lines
874 B
C
// SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
|
|
//
|
|
// Device Tree binding constants for Actions Semi S700 Reset Management Unit
|
|
//
|
|
// Copyright (c) 2018 Linaro Ltd.
|
|
|
|
#ifndef __DT_BINDINGS_ACTIONS_S700_RESET_H
|
|
#define __DT_BINDINGS_ACTIONS_S700_RESET_H
|
|
|
|
#define RESET_AUDIO 0
|
|
#define RESET_CSI 1
|
|
#define RESET_DE 2
|
|
#define RESET_DSI 3
|
|
#define RESET_GPIO 4
|
|
#define RESET_I2C0 5
|
|
#define RESET_I2C1 6
|
|
#define RESET_I2C2 7
|
|
#define RESET_I2C3 8
|
|
#define RESET_KEY 9
|
|
#define RESET_LCD0 10
|
|
#define RESET_SI 11
|
|
#define RESET_SPI0 12
|
|
#define RESET_SPI1 13
|
|
#define RESET_SPI2 14
|
|
#define RESET_SPI3 15
|
|
#define RESET_UART0 16
|
|
#define RESET_UART1 17
|
|
#define RESET_UART2 18
|
|
#define RESET_UART3 19
|
|
#define RESET_UART4 20
|
|
#define RESET_UART5 21
|
|
#define RESET_UART6 22
|
|
|
|
#endif /* __DT_BINDINGS_ACTIONS_S700_RESET_H */
|