Prepare v2023.10
[platform/kernel/u-boot.git] / board / freescale / t208xrdb / t208xrdb.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2014 Freescale Semiconductor, Inc.
4  * Copyright 2021 NXP
5  */
6
7 #ifndef __CORENET_DS_H__
8 #define __CORENET_DS_H__
9
10 #define CORTINA_FW_ADDR_IFCNOR                          0xefe00000
11 #define CORTINA_FW_ADDR_IFCNOR_ALTBANK          0xebe00000
12
13 void fdt_fixup_board_enet(void *blob);
14 void pci_of_setup(void *blob, struct bd_info *bd);
15 void fdt_fixup_board_fman_ethernet(void *blob);
16 void fdt_fixup_board_phy(void *blob);
17
18 #endif