| /* SPDX-License-Identifier: GPL-2.0+ */ |
| * (C) Copyright 2016 Rockchip Electronics Co., Ltd |
| #ifndef __ASM_ARCH_CRU_RK3328_H_ |
| #define __ASM_ARCH_CRU_RK3328_H_ |
| u32 reserved6[(0x100 - 0xb4) / 4]; |
| u32 reserved7[(0x200 - 0x1d4) / 4]; |
| u32 reserved9[(0x380 - 0x330) / 4]; |
| check_member(rk3328_cru, sdmmc_ext_con[1], 0x39c); |
| #define OSC_HZ (24 * MHz) |
| #define APLL_HZ (600 * MHz) |
| #define GPLL_HZ (576 * MHz) |
| #define CPLL_HZ (594 * MHz) |
| #define CLK_CORE_HZ (600 * MHz) |
| #define ACLKM_CORE_HZ (300 * MHz) |
| #define PCLK_DBG_HZ (300 * MHz) |
| #define PERIHP_ACLK_HZ (144000 * KHz) |
| #define PERIHP_HCLK_HZ (72000 * KHz) |
| #define PERIHP_PCLK_HZ (72000 * KHz) |
| #define PWM_CLOCK_HZ (74 * MHz) |
| #endif /* __ASM_ARCH_CRU_RK3328_H_ */ |