2018-05-06 17:58:06 -04:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2014-04-14 18:42:06 +08: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 11:20:11 +05:30
|
|
|
#define CORTINA_FW_ADDR_IFCNOR 0xefe00000
|
|
|
|
#define CORTINA_FW_ADDR_IFCNOR_ALTBANK 0xebf00000
|
|
|
|
|
2014-04-14 18:42:06 +08:00
|
|
|
void fdt_fixup_board_enet(void *blob);
|
2020-06-26 15:13:33 +09:00
|
|
|
void pci_of_setup(void *blob, struct bd_info *bd);
|
2014-04-14 18:42:06 +08:00
|
|
|
|
|
|
|
#endif
|