18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (c) 2019 Microchip Inc. 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Author: Lars Povlsen <lars.povlsen@microchip.com> 68c2ecf20Sopenharmony_ci */ 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_CLK_SPARX5_H 98c2ecf20Sopenharmony_ci#define _DT_BINDINGS_CLK_SPARX5_H 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci#define CLK_ID_CORE 0 128c2ecf20Sopenharmony_ci#define CLK_ID_DDR 1 138c2ecf20Sopenharmony_ci#define CLK_ID_CPU2 2 148c2ecf20Sopenharmony_ci#define CLK_ID_ARM2 3 158c2ecf20Sopenharmony_ci#define CLK_ID_AUX1 4 168c2ecf20Sopenharmony_ci#define CLK_ID_AUX2 5 178c2ecf20Sopenharmony_ci#define CLK_ID_AUX3 6 188c2ecf20Sopenharmony_ci#define CLK_ID_AUX4 7 198c2ecf20Sopenharmony_ci#define CLK_ID_SYNCE 8 208c2ecf20Sopenharmony_ci 218c2ecf20Sopenharmony_ci#define N_CLOCKS 9 228c2ecf20Sopenharmony_ci 238c2ecf20Sopenharmony_ci#endif 24