2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2014-04-14 10:42:06 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2014 Freescale Semiconductor, Inc.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __T4RDB_H__
|
|
|
|
#define __T4RDB_H__
|
|
|
|
|
|
|
|
#undef CONFIG_SYS_NUM_FM1_DTSEC
|
|
|
|
#undef CONFIG_SYS_NUM_FM2_DTSEC
|
|
|
|
#define CONFIG_SYS_NUM_FM1_DTSEC 4
|
|
|
|
#define CONFIG_SYS_NUM_FM2_DTSEC 4
|
|
|
|
|
2021-08-10 05:50:11 +00:00
|
|
|
#define CORTINA_FW_ADDR_IFCNOR 0xefe00000
|
|
|
|
#define CORTINA_FW_ADDR_IFCNOR_ALTBANK 0xebf00000
|
|
|
|
|
2014-04-14 10:42:06 +00:00
|
|
|
void fdt_fixup_board_enet(void *blob);
|
2020-06-26 06:13:33 +00:00
|
|
|
void pci_of_setup(void *blob, struct bd_info *bd);
|
2014-04-14 10:42:06 +00:00
|
|
|
|
|
|
|
#endif
|