blob: 73776e3705b778407a6512be04dcf84ff86fe31a [file] [log] [blame]
Fabien Parent2e50d822019-07-18 19:08:09 +02001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Configuration for Pumpkin board
4 *
5 * Copyright (C) 2019 BayLibre, SAS
6 * Author: Fabien Parent <fparent@baylibre.com
7 */
8
Fabien Parent2bd14a82021-02-15 19:07:44 +01009#ifndef __MT8516_H
10#define __MT8516_H
Fabien Parent2e50d822019-07-18 19:08:09 +020011
12#include <linux/sizes.h>
13
Fabien Parent2e50d822019-07-18 19:08:09 +020014
Tom Rinidf6a2152022-11-16 13:10:28 -050015#define CFG_SYS_NS16550_COM1 0x11005000
16#define CFG_SYS_NS16550_CLK 26000000
Fabien Parent2e50d822019-07-18 19:08:09 +020017
Fabien Parent2e50d822019-07-18 19:08:09 +020018/* Environment settings */
19#include <config_distro_bootcmd.h>
20
Fabien Parent00763af2021-02-15 19:07:46 +010021#define BOOT_TARGET_DEVICES(func) \
22 func(MMC, mmc, 0)
Fabien Parent2e50d822019-07-18 19:08:09 +020023
Tom Rinic9edebe2022-12-04 10:03:50 -050024#define CFG_EXTRA_ENV_SETTINGS \
Fabien Parent00763af2021-02-15 19:07:46 +010025 "scriptaddr=0x40000000\0" \
26 BOOTENV
Fabien Parent2e50d822019-07-18 19:08:09 +020027
28#endif