15f024b06SJon Mason /*
25f024b06SJon Mason  *  BSD LICENSE
35f024b06SJon Mason  *
45f024b06SJon Mason  *  Copyright(c) 2015 Broadcom Corporation.  All rights reserved.
55f024b06SJon Mason  *
65f024b06SJon Mason  *  Redistribution and use in source and binary forms, with or without
75f024b06SJon Mason  *  modification, are permitted provided that the following conditions
85f024b06SJon Mason  *  are met:
95f024b06SJon Mason  *
105f024b06SJon Mason  *	* Redistributions of source code must retain the above copyright
115f024b06SJon Mason  *	  notice, this list of conditions and the following disclaimer.
125f024b06SJon Mason  *	* Redistributions in binary form must reproduce the above copyright
135f024b06SJon Mason  *	  notice, this list of conditions and the following disclaimer in
145f024b06SJon Mason  *	  the documentation and/or other materials provided with the
155f024b06SJon Mason  *	  distribution.
165f024b06SJon Mason  *	* Neither the name of Broadcom Corporation nor the names of its
175f024b06SJon Mason  *	  contributors may be used to endorse or promote products derived
185f024b06SJon Mason  *	  from this software without specific prior written permission.
195f024b06SJon Mason  *
205f024b06SJon Mason  *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
215f024b06SJon Mason  *  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
225f024b06SJon Mason  *  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
235f024b06SJon Mason  *  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
245f024b06SJon Mason  *  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
255f024b06SJon Mason  *  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
265f024b06SJon Mason  *  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
275f024b06SJon Mason  *  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
285f024b06SJon Mason  *  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
295f024b06SJon Mason  *  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
305f024b06SJon Mason  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
315f024b06SJon Mason  */
325f024b06SJon Mason 
335f024b06SJon Mason #ifndef _CLOCK_BCM_NSP_H
345f024b06SJon Mason #define _CLOCK_BCM_NSP_H
355f024b06SJon Mason 
365f024b06SJon Mason /* GENPLL clock channel ID */
375f024b06SJon Mason #define BCM_NSP_GENPLL			0
385f024b06SJon Mason #define BCM_NSP_GENPLL_PHY_CLK		1
395f024b06SJon Mason #define BCM_NSP_GENPLL_ENET_SW_CLK	2
405f024b06SJon Mason #define BCM_NSP_GENPLL_USB_PHY_REF_CLK	3
415f024b06SJon Mason #define BCM_NSP_GENPLL_IPROCFAST_CLK	4
425f024b06SJon Mason #define BCM_NSP_GENPLL_SATA1_CLK	5
435f024b06SJon Mason #define BCM_NSP_GENPLL_SATA2_CLK	6
445f024b06SJon Mason 
455f024b06SJon Mason /* LCPLL0 clock channel ID */
465f024b06SJon Mason #define BCM_NSP_LCPLL0			0
475f024b06SJon Mason #define BCM_NSP_LCPLL0_PCIE_PHY_REF_CLK	1
485f024b06SJon Mason #define BCM_NSP_LCPLL0_SDIO_CLK		2
495f024b06SJon Mason #define BCM_NSP_LCPLL0_DDR_PHY_CLK	3
505f024b06SJon Mason 
515f024b06SJon Mason #endif /* _CLOCK_BCM_NSP_H */
52