18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Inspired by original work from pxa2xx-regs.h by Nicolas Pitre
48c2ecf20Sopenharmony_ci * Copyright (C) 2014 Robert Jarzmik
58c2ecf20Sopenharmony_ci */
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci#ifndef __DT_BINDINGS_CLOCK_PXA2XX_H__
88c2ecf20Sopenharmony_ci#define __DT_BINDINGS_CLOCK_PXA2XX_H__
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#define CLK_NONE 0
118c2ecf20Sopenharmony_ci#define CLK_1WIRE 1
128c2ecf20Sopenharmony_ci#define CLK_AC97 2
138c2ecf20Sopenharmony_ci#define CLK_AC97CONF 3
148c2ecf20Sopenharmony_ci#define CLK_ASSP 4
158c2ecf20Sopenharmony_ci#define CLK_BOOT 5
168c2ecf20Sopenharmony_ci#define CLK_BTUART 6
178c2ecf20Sopenharmony_ci#define CLK_CAMERA 7
188c2ecf20Sopenharmony_ci#define CLK_CIR 8
198c2ecf20Sopenharmony_ci#define CLK_CORE 9
208c2ecf20Sopenharmony_ci#define CLK_DMC 10
218c2ecf20Sopenharmony_ci#define CLK_FFUART 11
228c2ecf20Sopenharmony_ci#define CLK_FICP 12
238c2ecf20Sopenharmony_ci#define CLK_GPIO 13
248c2ecf20Sopenharmony_ci#define CLK_HSIO2 14
258c2ecf20Sopenharmony_ci#define CLK_HWUART 15
268c2ecf20Sopenharmony_ci#define CLK_I2C 16
278c2ecf20Sopenharmony_ci#define CLK_I2S 17
288c2ecf20Sopenharmony_ci#define CLK_IM 18
298c2ecf20Sopenharmony_ci#define CLK_INC 19
308c2ecf20Sopenharmony_ci#define CLK_ISC 20
318c2ecf20Sopenharmony_ci#define CLK_KEYPAD 21
328c2ecf20Sopenharmony_ci#define CLK_LCD 22
338c2ecf20Sopenharmony_ci#define CLK_MEMC 23
348c2ecf20Sopenharmony_ci#define CLK_MEMSTK 24
358c2ecf20Sopenharmony_ci#define CLK_MINI_IM 25
368c2ecf20Sopenharmony_ci#define CLK_MINI_LCD 26
378c2ecf20Sopenharmony_ci#define CLK_MMC 27
388c2ecf20Sopenharmony_ci#define CLK_MMC1 28
398c2ecf20Sopenharmony_ci#define CLK_MMC2 29
408c2ecf20Sopenharmony_ci#define CLK_MMC3 30
418c2ecf20Sopenharmony_ci#define CLK_MSL 31
428c2ecf20Sopenharmony_ci#define CLK_MSL0 32
438c2ecf20Sopenharmony_ci#define CLK_MVED 33
448c2ecf20Sopenharmony_ci#define CLK_NAND 34
458c2ecf20Sopenharmony_ci#define CLK_NSSP 35
468c2ecf20Sopenharmony_ci#define CLK_OSTIMER 36
478c2ecf20Sopenharmony_ci#define CLK_PWM0 37
488c2ecf20Sopenharmony_ci#define CLK_PWM1 38
498c2ecf20Sopenharmony_ci#define CLK_PWM2 39
508c2ecf20Sopenharmony_ci#define CLK_PWM3 40
518c2ecf20Sopenharmony_ci#define CLK_PWRI2C 41
528c2ecf20Sopenharmony_ci#define CLK_PXA300_GCU 42
538c2ecf20Sopenharmony_ci#define CLK_PXA320_GCU 43
548c2ecf20Sopenharmony_ci#define CLK_SMC 44
558c2ecf20Sopenharmony_ci#define CLK_SSP 45
568c2ecf20Sopenharmony_ci#define CLK_SSP1 46
578c2ecf20Sopenharmony_ci#define CLK_SSP2 47
588c2ecf20Sopenharmony_ci#define CLK_SSP3 48
598c2ecf20Sopenharmony_ci#define CLK_SSP4 49
608c2ecf20Sopenharmony_ci#define CLK_STUART 50
618c2ecf20Sopenharmony_ci#define CLK_TOUCH 51
628c2ecf20Sopenharmony_ci#define CLK_TPM 52
638c2ecf20Sopenharmony_ci#define CLK_UDC 53
648c2ecf20Sopenharmony_ci#define CLK_USB 54
658c2ecf20Sopenharmony_ci#define CLK_USB2 55
668c2ecf20Sopenharmony_ci#define CLK_USBH 56
678c2ecf20Sopenharmony_ci#define CLK_USBHOST 57
688c2ecf20Sopenharmony_ci#define CLK_USIM 58
698c2ecf20Sopenharmony_ci#define CLK_USIM1 59
708c2ecf20Sopenharmony_ci#define CLK_USMI0 60
718c2ecf20Sopenharmony_ci#define CLK_OSC32k768 61
728c2ecf20Sopenharmony_ci#define CLK_MAX 62
738c2ecf20Sopenharmony_ci
748c2ecf20Sopenharmony_ci#endif
75