1 /* $NetBSD: oxsemi,ox820.h,v 1.1.1.1 2017/06/15 20:14:23 jmcneill Exp $ */ 2 3 /* 4 * Copyright (C) 2016 Neil Armstrong <narmstrong@baylibre.com> 5 * 6 * This program is free software; you can redistribute it and/or modify it 7 * under the terms and conditions of the GNU General Public License, 8 * version 2, as published by the Free Software Foundation. 9 * 10 * This program is distributed in the hope it will be useful, but WITHOUT 11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 * more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 */ 18 19 #ifndef DT_CLOCK_OXSEMI_OX820_H 20 #define DT_CLOCK_OXSEMI_OX820_H 21 22 /* PLLs */ 23 #define CLK_820_PLLA 0 24 #define CLK_820_PLLB 1 25 26 /* Gate Clocks */ 27 #define CLK_820_LEON 2 28 #define CLK_820_DMA_SGDMA 3 29 #define CLK_820_CIPHER 4 30 #define CLK_820_SD 5 31 #define CLK_820_SATA 6 32 #define CLK_820_AUDIO 7 33 #define CLK_820_USBMPH 8 34 #define CLK_820_ETHA 9 35 #define CLK_820_PCIEA 10 36 #define CLK_820_NAND 11 37 #define CLK_820_PCIEB 12 38 #define CLK_820_ETHB 13 39 #define CLK_820_REF600 14 40 #define CLK_820_USBDEV 15 41 42 #endif /* DT_CLOCK_OXSEMI_OX820_H */ 43