android_kernel_samsung_on5x.../include/dt-bindings/clock/exynos7870.h
2018-06-19 23:16:04 +02:00

44 lines
1.3 KiB
C

/*
* Device Tree binding constants for Exynos8890 clock controller.
*/
#ifndef _DT_BINDINGS_CLOCK_EXYNOS_7870_H
#define _DT_BINDINGS_CLOCK_EXYNOS_7870_H
#define CLK_FIN_PLL 1
#define CLK_UART_BAUD0 2
#define CLK_GATE_PCLK0 3
#define CLK_GATE_PCLK1 4
#define CLK_GATE_PCLK2 5
#define CLK_GATE_PCLK3 6
#define CLK_GATE_PCLK4 7
#define CLK_GATE_PCLK5 8
#define CLK_GATE_UART0 9
#define CLK_GATE_UART1 10
#define CLK_GATE_UART2 11
#define CLK_GATE_UART3 12
#define CLK_GATE_UART4 13
#define CLK_GATE_UART5 14
#define CLK_UART0 15
#define CLK_UART1 16
#define CLK_UART2 17
#define CLK_UART3 18
#define CLK_UART4 19
#define CLK_UART5 20
#define CLK_MCT 21
/* must be greater than maximal clock id */
#define CLK_NR_CLKS 22
#define CLK_SYSMMU_BASE 1100
#define CLK_VCLK_SYSMMU_MFC (CLK_SYSMMU_BASE + 0)
#define CLK_VCLK_SYSMMU_MSCL (CLK_SYSMMU_BASE + 1)
#define CLK_VCLK_SYSMMU_ISP0 (CLK_SYSMMU_BASE + 2)
#define CLK_VCLK_SYSMMU_CAM0 (CLK_SYSMMU_BASE + 3)
#define CLK_VCLK_SYSMMU_CAM1 (CLK_SYSMMU_BASE + 4)
#define CLK_VCLK_SYSMMU_AUD (CLK_SYSMMU_BASE + 5)
#define CLK_VCLK_SYSMMU_DISP0 (CLK_SYSMMU_BASE + 6)
#define CLK_VCLK_SYSMMU_DISP1 (CLK_SYSMMU_BASE + 7)
#endif /* _DT_BINDINGS_CLOCK_EXYNOS_8890_H */