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