1 /* 1 2 * BSD LICENSE 3 * 4 * Copyright(c) 2014 Broadcom Corporation. A 5 * 6 * Redistribution and use in source and binar 7 * modification, are permitted provided that 8 * are met: 9 * 10 * * Redistributions of source code must re 11 * notice, this list of conditions and th 12 * * Redistributions in binary form must re 13 * notice, this list of conditions and th 14 * the documentation and/or other materia 15 * distribution. 16 * * Neither the name of Broadcom Corporati 17 * contributors may be used to endorse or 18 * from this software without specific pr 19 * 20 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT 21 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANT 22 * LIMITED TO, THE IMPLIED WARRANTIES OF MERC 23 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 24 * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DI 25 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAG 26 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOOD 27 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION 28 * THEORY OF LIABILITY, WHETHER IN CONTRACT, 29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISIN 30 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE PO 31 */ 32 33 #ifndef _CLOCK_BCM_CYGNUS_H 34 #define _CLOCK_BCM_CYGNUS_H 35 36 /* GENPLL clock ID */ 37 #define BCM_CYGNUS_GENPLL 38 #define BCM_CYGNUS_GENPLL_AXI21_CLK 39 #define BCM_CYGNUS_GENPLL_250MHZ_CLK 40 #define BCM_CYGNUS_GENPLL_IHOST_SYS_CLK 41 #define BCM_CYGNUS_GENPLL_ENET_SW_CLK 42 #define BCM_CYGNUS_GENPLL_AUDIO_125_CLK 43 #define BCM_CYGNUS_GENPLL_CAN_CLK 44 45 /* LCPLL0 clock ID */ 46 #define BCM_CYGNUS_LCPLL0 47 #define BCM_CYGNUS_LCPLL0_PCIE_PHY_REF_CLK 48 #define BCM_CYGNUS_LCPLL0_DDR_PHY_CLK 49 #define BCM_CYGNUS_LCPLL0_SDIO_CLK 50 #define BCM_CYGNUS_LCPLL0_USB_PHY_REF_CLK 51 #define BCM_CYGNUS_LCPLL0_SMART_CARD_CLK 52 #define BCM_CYGNUS_LCPLL0_CH5_UNUSED 53 54 /* MIPI PLL clock ID */ 55 #define BCM_CYGNUS_MIPIPLL 56 #define BCM_CYGNUS_MIPIPLL_CH0_UNUSED 57 #define BCM_CYGNUS_MIPIPLL_CH1_LCD 58 #define BCM_CYGNUS_MIPIPLL_CH2_V3D 59 #define BCM_CYGNUS_MIPIPLL_CH3_UNUSED 60 #define BCM_CYGNUS_MIPIPLL_CH4_UNUSED 61 #define BCM_CYGNUS_MIPIPLL_CH5_UNUSED 62 63 /* ASIU clock ID */ 64 #define BCM_CYGNUS_ASIU_KEYPAD_CLK 0 65 #define BCM_CYGNUS_ASIU_ADC_CLK 1 66 #define BCM_CYGNUS_ASIU_PWM_CLK 2 67 68 /* AUDIO clock ID */ 69 #define BCM_CYGNUS_AUDIOPLL 0 70 #define BCM_CYGNUS_AUDIOPLL_CH0 1 71 #define BCM_CYGNUS_AUDIOPLL_CH1 2 72 #define BCM_CYGNUS_AUDIOPLL_CH2 3 73 74 #endif /* _CLOCK_BCM_CYGNUS_H */ 75
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.