blob: f1f09fd7ebbb5c2586c6932595adcf91cc8c9ccb [file] [log] [blame]
Giulio Benetti8d9c0762020-01-10 15:51:48 +01001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (C) 2019
4 * Author(s): Giulio Benetti <giulio.benetti@benettiengineering.com>
5 */
6
Giulio Benetti8d9c0762020-01-10 15:51:48 +01007#include <config.h>
8
9/* image version */
10
11IMAGE_VERSION 2
12
13/*
14 * Boot Device : one of
15 * spi/sd/nand/onenand, qspi/nor
16 */
17
18BOOT_FROM sd
19
20/*
21 * Device Configuration Data (DCD)
22 *
23 * Each entry must have the format:
24 * Addr-type Address Value
25 *
26 * where:
27 * Addr-type register length (1,2 or 4 bytes)
28 * Address absolute address of the register
29 * value value to be stored in the register
30 */
31
32/* Set all FlexRAM as OCRAM(01b) */
33DATA 4 0x400AC044 0x55555555
34/* Use FLEXRAM_BANK_CFG to config FlexRAM */
35SET_BIT 4 0x400AC040 0x4