blob: c8bbe3034486d7b679075cb309d581358eee1a35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
/* SPDX-License-Identifier: GPL-2.0 OR MIT */
/*
* Copyright (C) 2021 Emil Renner Berthing
* Copyright (C) 2021 Hal Feng
*/
#ifndef __DT_BINDINGS_RESET_STARFIVE_JH7100_ISP_H__
#define __DT_BINDINGS_RESET_STARFIVE_JH7100_ISP_H__
#define JH7100_ISPRSTN_SYS_CLK 0
#define JH7100_ISPRSTN_PCLK 1
#define JH7100_ISPRSTN_SYS_CLK_1 2
#define JH7100_ISPRSTN_PIXEL_CLK_IF0 3
#define JH7100_ISPRSTN_PIXEL_CLK_IF1 4
#define JH7100_ISPRSTN_PIXEL_CLK_IF2 5
#define JH7100_ISPRSTN_PIXEL_CLK_IF3 6
#define JH7100_ISPRSTN_PIXEL_CLK_IF10 7
#define JH7100_ISPRSTN_PIXEL_CLK_IF11 8
#define JH7100_ISPRSTN_PIXEL_CLK_IF12 9
#define JH7100_ISPRSTN_PIXEL_CLK_IF13 10
#define JH7100_ISPRST_ISP_0 11
#define JH7100_ISPRST_ISP_1 12
#define JH7100_ISPRST_P_AXIRD 13
#define JH7100_ISPRST_P_AXIWR 14
#define JH7100_ISPRST_P_ISP0 15
#define JH7100_ISPRST_P_ISP1 16
#define JH7100_ISPRST_DPHY_HW_RSTN 17
#define JH7100_ISPRST_DPHY_RST09_ALWY_ON 18
#define JH7100_ISPRST_C_ISP0 19
#define JH7100_ISPRST_C_ISP1 20
#define JH7100_ISPRSTN_END 21
#endif /* __DT_BINDINGS_RESET_STARFIVE_JH7100_ISP_H__ */
|