1 /* $NetBSD: oxsemi,ox810se.h,v 1.1.1.2 2020/01/03 14:33:05 skrll Exp $ */ 2 3 /* SPDX-License-Identifier: GPL-2.0-only */ 4 /* 5 * Copyright (C) 2016 Neil Armstrong <narmstrong@baylibre.com> 6 */ 7 8 #ifndef DT_CLOCK_OXSEMI_OX810SE_H 9 #define DT_CLOCK_OXSEMI_OX810SE_H 10 11 #define CLK_810_LEON 0 12 #define CLK_810_DMA_SGDMA 1 13 #define CLK_810_CIPHER 2 14 #define CLK_810_SATA 3 15 #define CLK_810_AUDIO 4 16 #define CLK_810_USBMPH 5 17 #define CLK_810_ETHA 6 18 #define CLK_810_PCIEA 7 19 #define CLK_810_NAND 8 20 21 #endif /* DT_CLOCK_OXSEMI_OX810SE_H */ 22