9536ff3361
The i.MX35 basically features the same peripherals as the i.MX31 with some differences: - The i.MX35 has a FEC ethernet controller - The NAND controller base addresses are different - The i.MX35 has only 3 UARTs Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
14 lines
604 B
C
14 lines
604 B
C
|
|
extern struct platform_device mxc_uart_device0;
|
|
extern struct platform_device mxc_uart_device1;
|
|
extern struct platform_device mxc_uart_device2;
|
|
extern struct platform_device mxc_uart_device3;
|
|
extern struct platform_device mxc_uart_device4;
|
|
extern struct platform_device mxc_w1_master_device;
|
|
extern struct platform_device mxc_nand_device;
|
|
extern struct platform_device mxc_i2c_device0;
|
|
extern struct platform_device mxc_i2c_device1;
|
|
extern struct platform_device mxc_i2c_device2;
|
|
extern struct platform_device mx3_ipu;
|
|
extern struct platform_device mx3_fb;
|
|
extern struct platform_device mxc_fec_device;
|