18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (C) 2016 Neil Armstrong <narmstrong@baylibre.com>
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#ifndef DT_CLOCK_OXSEMI_OX810SE_H
78c2ecf20Sopenharmony_ci#define DT_CLOCK_OXSEMI_OX810SE_H
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#define CLK_810_LEON		0
108c2ecf20Sopenharmony_ci#define CLK_810_DMA_SGDMA	1
118c2ecf20Sopenharmony_ci#define CLK_810_CIPHER		2
128c2ecf20Sopenharmony_ci#define CLK_810_SATA		3
138c2ecf20Sopenharmony_ci#define CLK_810_AUDIO		4
148c2ecf20Sopenharmony_ci#define CLK_810_USBMPH		5
158c2ecf20Sopenharmony_ci#define CLK_810_ETHA		6
168c2ecf20Sopenharmony_ci#define CLK_810_PCIEA		7
178c2ecf20Sopenharmony_ci#define CLK_810_NAND		8
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ci#endif /* DT_CLOCK_OXSEMI_OX810SE_H */
20