]> git.sur5r.net Git - u-boot/blob - include/dm/platform_data/pfe_dm_eth.h
7943c676885524eb99ce459f4ec2fcf0b0cc9ee8
[u-boot] / include / dm / platform_data / pfe_dm_eth.h
1 /*
2  * Copyright 2015-2016 Freescale Semiconductor, Inc.
3  * Copyright 2017 NXP
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 #ifndef __PFE_DM_ETH_H__
9 #define __PFE_DM_ETH_H__
10 #include <net.h>
11
12 struct pfe_ddr_address {
13         void *ddr_pfe_baseaddr;
14         unsigned long ddr_pfe_phys_baseaddr;
15 };
16
17 struct pfe_eth_pdata {
18         struct eth_pdata pfe_eth_pdata_mac;
19         struct pfe_ddr_address pfe_ddr_addr;
20 };
21 #endif /* __PFE_DM_ETH_H__ */