mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
7b2500babd
Bring in required device clock binding files from Linux. The clock trees for rk3066 and rk3188 are largely similar, which makes them share the common parts in a shared header. While we focus on rk3188 for now, bring in both headers already for completeness sake. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Kever Yang <kever.yang@rock-chips.com>
32 lines
604 B
C
32 lines
604 B
C
/*
|
|
* Copyright (c) 2014 MundoReader S.L.
|
|
* Author: Heiko Stuebner <heiko@sntech.de>
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef _DT_BINDINGS_CLK_ROCKCHIP_RK3066A_H
|
|
#define _DT_BINDINGS_CLK_ROCKCHIP_RK3066A_H
|
|
|
|
#include <dt-bindings/clock/rk3188-cru-common.h>
|
|
|
|
/* soft-reset indices */
|
|
#define SRST_SRST1 0
|
|
#define SRST_SRST2 1
|
|
|
|
#define SRST_L2MEM 18
|
|
#define SRST_I2S0 23
|
|
#define SRST_I2S1 24
|
|
#define SRST_I2S2 25
|
|
#define SRST_TIMER2 29
|
|
|
|
#define SRST_GPIO4 36
|
|
#define SRST_GPIO6 38
|
|
|
|
#define SRST_TSADC 92
|
|
|
|
#define SRST_HDMI 96
|
|
#define SRST_HDMI_APB 97
|
|
#define SRST_CIF1 111
|
|
|
|
#endif
|