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_OX820_H 78c2ecf20Sopenharmony_ci#define DT_CLOCK_OXSEMI_OX820_H 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci/* PLLs */ 108c2ecf20Sopenharmony_ci#define CLK_820_PLLA 0 118c2ecf20Sopenharmony_ci#define CLK_820_PLLB 1 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci/* Gate Clocks */ 148c2ecf20Sopenharmony_ci#define CLK_820_LEON 2 158c2ecf20Sopenharmony_ci#define CLK_820_DMA_SGDMA 3 168c2ecf20Sopenharmony_ci#define CLK_820_CIPHER 4 178c2ecf20Sopenharmony_ci#define CLK_820_SD 5 188c2ecf20Sopenharmony_ci#define CLK_820_SATA 6 198c2ecf20Sopenharmony_ci#define CLK_820_AUDIO 7 208c2ecf20Sopenharmony_ci#define CLK_820_USBMPH 8 218c2ecf20Sopenharmony_ci#define CLK_820_ETHA 9 228c2ecf20Sopenharmony_ci#define CLK_820_PCIEA 10 238c2ecf20Sopenharmony_ci#define CLK_820_NAND 11 248c2ecf20Sopenharmony_ci#define CLK_820_PCIEB 12 258c2ecf20Sopenharmony_ci#define CLK_820_ETHB 13 268c2ecf20Sopenharmony_ci#define CLK_820_REF600 14 278c2ecf20Sopenharmony_ci#define CLK_820_USBDEV 15 288c2ecf20Sopenharmony_ci 298c2ecf20Sopenharmony_ci#endif /* DT_CLOCK_OXSEMI_OX820_H */ 30