blob: 793b556800375c65858f2601d5a18e3be70be51d [file] [log] [blame]
Neil Armstrongcade8652017-10-12 15:50:32 +02001/*
2 * Configuration for Amlogic P212
3 *
4 * Copyright (C) 2017 Baylibre, SAS
5 * Author: Neil Armstrong <narmstrong@baylibre.com>
6 *
7 * SPDX-License-Identifier: GPL-2.0+
8 */
9
10#ifndef __CONFIG_H
11#define __CONFIG_H
12
13#define CONFIG_MISC_INIT_R
14
Neil Armstrongae0d82f2017-10-18 10:02:12 +020015#define CONFIG_PHY_ADDR 8
16
Neil Armstrongcade8652017-10-12 15:50:32 +020017/* Serial setup */
18#define CONFIG_CONS_INDEX 0
19
20#define MESON_FDTFILE_SETTING "fdtfile=amlogic/meson-gxl-s905x-p212.dtb\0"
21
22#include <configs/meson-gxbb-common.h>
23
24#endif /* __CONFIG_H */