mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 23:37:01 +00:00
arm: rmobile: Add register infomation of PLL regsiter
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
ae8e1d9d7d
commit
e05b98dadf
1 changed files with 4 additions and 0 deletions
|
@ -374,6 +374,10 @@
|
|||
#define CCI_AXI_IPMMUDSDVMCR 0xFF880414
|
||||
#define CCI_AXI_AX2ADDRMASK 0xFF88041C
|
||||
|
||||
#define PLL0CR 0xE61500D8
|
||||
#define PLL0_STC_MASK 0x7F000000
|
||||
#define PLL0_STC_BIT 24
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
#include <asm/types.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue