139 lines · c
1/*2 * Copyright (C) 2016 Maxime Ripard <maxime.ripard@free-electrons.com>3 *4 * This file is dual-licensed: you can use it either under the terms5 * of the GPL or the X11 license, at your option. Note that this dual6 * licensing only applies to this file, and not this project as a7 * whole.8 *9 * a) This file is free software; you can redistribute it and/or10 * modify it under the terms of the GNU General Public License as11 * published by the Free Software Foundation; either version 2 of the12 * License, or (at your option) any later version.13 *14 * This file is distributed in the hope that it will be useful,15 * but WITHOUT ANY WARRANTY; without even the implied warranty of16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the17 * GNU General Public License for more details.18 *19 * Or, alternatively,20 *21 * b) Permission is hereby granted, free of charge, to any person22 * obtaining a copy of this software and associated documentation23 * files (the "Software"), to deal in the Software without24 * restriction, including without limitation the rights to use,25 * copy, modify, merge, publish, distribute, sublicense, and/or26 * sell copies of the Software, and to permit persons to whom the27 * Software is furnished to do so, subject to the following28 * conditions:29 *30 * The above copyright notice and this permission notice shall be31 * included in all copies or substantial portions of the Software.32 *33 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,34 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES35 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND36 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT37 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,38 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING39 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR40 * OTHER DEALINGS IN THE SOFTWARE.41 */42 43#ifndef _DT_BINDINGS_CLK_SUN50I_A64_H_44#define _DT_BINDINGS_CLK_SUN50I_A64_H_45 46#define CLK_PLL_VIDEO0 747#define CLK_PLL_PERIPH0 1148 49#define CLK_CPUX 2150#define CLK_BUS_MIPI_DSI 2851#define CLK_BUS_CE 2952#define CLK_BUS_DMA 3053#define CLK_BUS_MMC0 3154#define CLK_BUS_MMC1 3255#define CLK_BUS_MMC2 3356#define CLK_BUS_NAND 3457#define CLK_BUS_DRAM 3558#define CLK_BUS_EMAC 3659#define CLK_BUS_TS 3760#define CLK_BUS_HSTIMER 3861#define CLK_BUS_SPI0 3962#define CLK_BUS_SPI1 4063#define CLK_BUS_OTG 4164#define CLK_BUS_EHCI0 4265#define CLK_BUS_EHCI1 4366#define CLK_BUS_OHCI0 4467#define CLK_BUS_OHCI1 4568#define CLK_BUS_VE 4669#define CLK_BUS_TCON0 4770#define CLK_BUS_TCON1 4871#define CLK_BUS_DEINTERLACE 4972#define CLK_BUS_CSI 5073#define CLK_BUS_HDMI 5174#define CLK_BUS_DE 5275#define CLK_BUS_GPU 5376#define CLK_BUS_MSGBOX 5477#define CLK_BUS_SPINLOCK 5578#define CLK_BUS_CODEC 5679#define CLK_BUS_SPDIF 5780#define CLK_BUS_PIO 5881#define CLK_BUS_THS 5982#define CLK_BUS_I2S0 6083#define CLK_BUS_I2S1 6184#define CLK_BUS_I2S2 6285#define CLK_BUS_I2C0 6386#define CLK_BUS_I2C1 6487#define CLK_BUS_I2C2 6588#define CLK_BUS_SCR 6689#define CLK_BUS_UART0 6790#define CLK_BUS_UART1 6891#define CLK_BUS_UART2 6992#define CLK_BUS_UART3 7093#define CLK_BUS_UART4 7194#define CLK_BUS_DBG 7295#define CLK_THS 7396#define CLK_NAND 7497#define CLK_MMC0 7598#define CLK_MMC1 7699#define CLK_MMC2 77100#define CLK_TS 78101#define CLK_CE 79102#define CLK_SPI0 80103#define CLK_SPI1 81104#define CLK_I2S0 82105#define CLK_I2S1 83106#define CLK_I2S2 84107#define CLK_SPDIF 85108#define CLK_USB_PHY0 86109#define CLK_USB_PHY1 87110#define CLK_USB_HSIC 88111#define CLK_USB_HSIC_12M 89112 113#define CLK_USB_OHCI0 91114 115#define CLK_USB_OHCI1 93116#define CLK_DRAM 94117#define CLK_DRAM_VE 95118#define CLK_DRAM_CSI 96119#define CLK_DRAM_DEINTERLACE 97120#define CLK_DRAM_TS 98121#define CLK_DE 99122#define CLK_TCON0 100123#define CLK_TCON1 101124#define CLK_DEINTERLACE 102125#define CLK_CSI_MISC 103126#define CLK_CSI_SCLK 104127#define CLK_CSI_MCLK 105128#define CLK_VE 106129#define CLK_AC_DIG 107130#define CLK_AC_DIG_4X 108131#define CLK_AVS 109132#define CLK_HDMI 110133#define CLK_HDMI_DDC 111134#define CLK_MBUS 112135#define CLK_DSI_DPHY 113136#define CLK_GPU 114137 138#endif /* _DT_BINDINGS_CLK_SUN50I_H_ */139