11.1Sjmcneill/* $NetBSD: oxsemi,ox810se.h,v 1.1.1.2 2020/01/03 14:33:05 skrll Exp $ */ 21.1Sjmcneill 31.1.1.2Sskrll/* SPDX-License-Identifier: GPL-2.0-only */ 41.1Sjmcneill/* 51.1Sjmcneill * Copyright (C) 2016 Neil Armstrong <narmstrong@baylibre.com> 61.1Sjmcneill */ 71.1Sjmcneill 81.1Sjmcneill#ifndef DT_CLOCK_OXSEMI_OX810SE_H 91.1Sjmcneill#define DT_CLOCK_OXSEMI_OX810SE_H 101.1Sjmcneill 111.1Sjmcneill#define CLK_810_LEON 0 121.1Sjmcneill#define CLK_810_DMA_SGDMA 1 131.1Sjmcneill#define CLK_810_CIPHER 2 141.1Sjmcneill#define CLK_810_SATA 3 151.1Sjmcneill#define CLK_810_AUDIO 4 161.1Sjmcneill#define CLK_810_USBMPH 5 171.1Sjmcneill#define CLK_810_ETHA 6 181.1Sjmcneill#define CLK_810_PCIEA 7 191.1Sjmcneill#define CLK_810_NAND 8 201.1Sjmcneill 211.1Sjmcneill#endif /* DT_CLOCK_OXSEMI_OX810SE_H */ 22