mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
dt-binding: histb-clock: add clocks definition for Hi3798MV200
These clocks are found on Hi3798MV200 Signed-off-by: Yang Xiwen <forbidden405@outlook.com>
This commit is contained in:
parent
8a5dc8140e
commit
08ad608aa2
1 changed files with 12 additions and 0 deletions
|
@ -70,6 +70,18 @@
|
|||
#define HISTB_USB3_UTMI_CLK1 48
|
||||
#define HISTB_USB3_PIPE_CLK1 49
|
||||
#define HISTB_USB3_SUSPEND_CLK1 50
|
||||
#define HISTB_SDIO1_BIU_CLK 51
|
||||
#define HISTB_SDIO1_CIU_CLK 52
|
||||
#define HISTB_SDIO1_DRV_CLK 53
|
||||
#define HISTB_SDIO1_SAMPLE_CLK 54
|
||||
|
||||
/* Hi3798MV200 specific clocks */
|
||||
|
||||
// reuse clocks of histb
|
||||
#define HI3798MV200_GMAC_CLK HISTB_ETH0_MAC_CLK
|
||||
#define HI3798MV200_GMACIF_CLK HISTB_ETH0_MACIF_CLK
|
||||
#define HI3798MV200_FEMAC_CLK HISTB_ETH1_MAC_CLK
|
||||
#define HI3798MV200_FEMACIF_CLK HISTB_ETH1_MACIF_CLK
|
||||
|
||||
/* clocks provided by mcu CRG */
|
||||
#define HISTB_MCE_CLK 1
|
||||
|
|
Loading…
Reference in a new issue