blob: f9be06fd2597f0e83480191208f5e9baab51b3bd [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Holger Brunck0f2b7212012-03-21 13:42:46 +01002/*
3 * (C) Copyright 2012
4 * Holger Brunck, Keymile GmbH Hannover, <holger.brunck@keymile.com>
5 * Christian Herzig, Keymile AG Switzerland, <christian.herzig@keymile.com>
Holger Brunck0f2b7212012-03-21 13:42:46 +01006 */
7
8#ifndef __CONFIG_H
9#define __CONFIG_H
10
Mario Sixfb1b0992019-01-21 09:17:34 +010011/* include common defines/options for all Keymile boards */
Mario Sixaed7d0e2019-01-21 09:18:23 +010012#include "km/km-mpc83xx.h"
Mario Sixfb1b0992019-01-21 09:17:34 +010013
Tom Rini65cc0e22022-11-16 13:10:41 -050014#define CFG_SYS_DDR_CS0_CONFIG (CSCONFIG_EN | CSCONFIG_AP | \
Holger Brunck0f2b7212012-03-21 13:42:46 +010015 CSCONFIG_ROW_BIT_13 | \
16 CSCONFIG_COL_BIT_10 | \
Valentin Longchamp22554ba2015-11-17 10:53:33 +010017 CSCONFIG_ODT_WR_ONLY_CURRENT)
Holger Brunck0f2b7212012-03-21 13:42:46 +010018#endif /* CONFIG */