-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dt-bindings: clk: add dm814 clkctrl definitions
Contains offsets for all dm814 clkctrl main and optional clocks. Signed-off-by: Tero Kristo <t-kristo@ti.com>
- Loading branch information
Tero Kristo
committed
Dec 1, 2017
1 parent
a3da10b
commit fe4ec65
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
/* | ||
* Copyright 2017 Texas Instruments, Inc. | ||
* | ||
* This software is licensed under the terms of the GNU General Public | ||
* License version 2, as published by the Free Software Foundation, and | ||
* may be copied, distributed, and modified under those terms. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
*/ | ||
#ifndef __DT_BINDINGS_CLK_DM814_H | ||
#define __DT_BINDINGS_CLK_DM814_H | ||
|
||
#define DM814_CLKCTRL_OFFSET 0x0 | ||
#define DM814_CLKCTRL_INDEX(offset) ((offset) - DM814_CLKCTRL_OFFSET) | ||
|
||
/* default clocks */ | ||
#define DM814_USB_OTG_HS_CLKCTRL DM814_CLKCTRL_INDEX(0x58) | ||
|
||
/* alwon clocks */ | ||
#define DM814_UART1_CLKCTRL DM814_CLKCTRL_INDEX(0x150) | ||
#define DM814_UART2_CLKCTRL DM814_CLKCTRL_INDEX(0x154) | ||
#define DM814_UART3_CLKCTRL DM814_CLKCTRL_INDEX(0x158) | ||
#define DM814_GPIO1_CLKCTRL DM814_CLKCTRL_INDEX(0x15c) | ||
#define DM814_GPIO2_CLKCTRL DM814_CLKCTRL_INDEX(0x160) | ||
#define DM814_I2C1_CLKCTRL DM814_CLKCTRL_INDEX(0x164) | ||
#define DM814_I2C2_CLKCTRL DM814_CLKCTRL_INDEX(0x168) | ||
#define DM814_WD_TIMER_CLKCTRL DM814_CLKCTRL_INDEX(0x18c) | ||
#define DM814_MCSPI1_CLKCTRL DM814_CLKCTRL_INDEX(0x190) | ||
#define DM814_GPMC_CLKCTRL DM814_CLKCTRL_INDEX(0x1d0) | ||
#define DM814_CPGMAC0_CLKCTRL DM814_CLKCTRL_INDEX(0x1d4) | ||
#define DM814_MPU_CLKCTRL DM814_CLKCTRL_INDEX(0x1dc) | ||
#define DM814_RTC_CLKCTRL DM814_CLKCTRL_INDEX(0x1f0) | ||
#define DM814_TPCC_CLKCTRL DM814_CLKCTRL_INDEX(0x1f4) | ||
#define DM814_TPTC0_CLKCTRL DM814_CLKCTRL_INDEX(0x1f8) | ||
#define DM814_TPTC1_CLKCTRL DM814_CLKCTRL_INDEX(0x1fc) | ||
#define DM814_TPTC2_CLKCTRL DM814_CLKCTRL_INDEX(0x200) | ||
#define DM814_TPTC3_CLKCTRL DM814_CLKCTRL_INDEX(0x204) | ||
#define DM814_MMC1_CLKCTRL DM814_CLKCTRL_INDEX(0x21c) | ||
#define DM814_MMC2_CLKCTRL DM814_CLKCTRL_INDEX(0x220) | ||
#define DM814_MMC3_CLKCTRL DM814_CLKCTRL_INDEX(0x224) | ||
|
||
#endif |