aboutsummaryrefslogtreecommitdiff
path: root/board/thead/light-c910/ddr.c
blob: 0da99dddfd034b9d6ca5526d280245da0198f7fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
* Copyright (C) 2017-2020 Alibaba Group Holding Limited
*
* SPDX-License-Identifier: GPL-2.0+
*/

#include <asm/asm.h>
#include <asm/io.h>
#include <common.h>

void init_ddr(void)
{
	writel(0x1ff << 4, (void *)0xffff005000);
}