1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (C) 2016 Neil Armstrong <narmstrong@baylibre.com>
4  */
5 
6 #ifndef DT_CLOCK_OXSEMI_OX810SE_H
7 #define DT_CLOCK_OXSEMI_OX810SE_H
8 
9 #define CLK_810_LEON		0
10 #define CLK_810_DMA_SGDMA	1
11 #define CLK_810_CIPHER		2
12 #define CLK_810_SATA		3
13 #define CLK_810_AUDIO		4
14 #define CLK_810_USBMPH		5
15 #define CLK_810_ETHA		6
16 #define CLK_810_PCIEA		7
17 #define CLK_810_NAND		8
18 
19 #endif /* DT_CLOCK_OXSEMI_OX810SE_H */
20