1*c9ccf3a3SEmmanuel Vadot /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 2*c9ccf3a3SEmmanuel Vadot /* 3*c9ccf3a3SEmmanuel Vadot * Daire McNamara,<daire.mcnamara@microchip.com> 4*c9ccf3a3SEmmanuel Vadot * Copyright (C) 2020-2022 Microchip Technology Inc. All rights reserved. 5*c9ccf3a3SEmmanuel Vadot */ 6*c9ccf3a3SEmmanuel Vadot 7*c9ccf3a3SEmmanuel Vadot #ifndef _DT_BINDINGS_CLK_MICROCHIP_MPFS_H_ 8*c9ccf3a3SEmmanuel Vadot #define _DT_BINDINGS_CLK_MICROCHIP_MPFS_H_ 9*c9ccf3a3SEmmanuel Vadot 10*c9ccf3a3SEmmanuel Vadot #define CLK_CPU 0 11*c9ccf3a3SEmmanuel Vadot #define CLK_AXI 1 12*c9ccf3a3SEmmanuel Vadot #define CLK_AHB 2 13*c9ccf3a3SEmmanuel Vadot 14*c9ccf3a3SEmmanuel Vadot #define CLK_ENVM 3 15*c9ccf3a3SEmmanuel Vadot #define CLK_MAC0 4 16*c9ccf3a3SEmmanuel Vadot #define CLK_MAC1 5 17*c9ccf3a3SEmmanuel Vadot #define CLK_MMC 6 18*c9ccf3a3SEmmanuel Vadot #define CLK_TIMER 7 19*c9ccf3a3SEmmanuel Vadot #define CLK_MMUART0 8 20*c9ccf3a3SEmmanuel Vadot #define CLK_MMUART1 9 21*c9ccf3a3SEmmanuel Vadot #define CLK_MMUART2 10 22*c9ccf3a3SEmmanuel Vadot #define CLK_MMUART3 11 23*c9ccf3a3SEmmanuel Vadot #define CLK_MMUART4 12 24*c9ccf3a3SEmmanuel Vadot #define CLK_SPI0 13 25*c9ccf3a3SEmmanuel Vadot #define CLK_SPI1 14 26*c9ccf3a3SEmmanuel Vadot #define CLK_I2C0 15 27*c9ccf3a3SEmmanuel Vadot #define CLK_I2C1 16 28*c9ccf3a3SEmmanuel Vadot #define CLK_CAN0 17 29*c9ccf3a3SEmmanuel Vadot #define CLK_CAN1 18 30*c9ccf3a3SEmmanuel Vadot #define CLK_USB 19 31*c9ccf3a3SEmmanuel Vadot #define CLK_RESERVED 20 32*c9ccf3a3SEmmanuel Vadot #define CLK_RTC 21 33*c9ccf3a3SEmmanuel Vadot #define CLK_QSPI 22 34*c9ccf3a3SEmmanuel Vadot #define CLK_GPIO0 23 35*c9ccf3a3SEmmanuel Vadot #define CLK_GPIO1 24 36*c9ccf3a3SEmmanuel Vadot #define CLK_GPIO2 25 37*c9ccf3a3SEmmanuel Vadot #define CLK_DDRC 26 38*c9ccf3a3SEmmanuel Vadot #define CLK_FIC0 27 39*c9ccf3a3SEmmanuel Vadot #define CLK_FIC1 28 40*c9ccf3a3SEmmanuel Vadot #define CLK_FIC2 29 41*c9ccf3a3SEmmanuel Vadot #define CLK_FIC3 30 42*c9ccf3a3SEmmanuel Vadot #define CLK_ATHENA 31 43*c9ccf3a3SEmmanuel Vadot #define CLK_CFM 32 44*c9ccf3a3SEmmanuel Vadot 45*c9ccf3a3SEmmanuel Vadot #define CLK_RTCREF 33 46*c9ccf3a3SEmmanuel Vadot #define CLK_MSSPLL 34 47*c9ccf3a3SEmmanuel Vadot 48*c9ccf3a3SEmmanuel Vadot #endif /* _DT_BINDINGS_CLK_MICROCHIP_MPFS_H_ */ 49