/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2021 Suguru Saito. * Author: Suguru Saito * * (C) Copyright 2011 Takumi Sueda. * Author: Takumi Sueda * * (C) Copyright 2011 Freescale Semiconductor, Inc. * Author: Fabio Estevam * * Based on m28evk.h: * Copyright (C) 2011 Marek Vasut * on behalf of DENX Software Engineering GmbH */ #ifndef __CONFIGS_PWG5300_H__ #define __CONFIGS_PWG5300_H__ /* Common configurations of Brain 2G, 3G, 4G */ #include /* The rest of the configuration is shared */ #include #endif /* __CONFIGS_PWG5300_H__ */