#include <linux/init.h>
#include <linux/of_platform.h>
#include <asm/machdep.h>
#include <asm/io.h>
#include <asm/udbg.h>
#include <asm/cpm1.h>
#include "mpc8xx.h"
Go to the source code of this file.
| #define BCSR7_SCC2_ENABLE 0x10 |
| #define BCSR8_PHY1_ENABLE 0x80 |
| #define BCSR8_PHY1_POWER 0x40 |
| #define BCSR8_PHY2_ENABLE 0x20 |
| #define BCSR8_PHY2_POWER 0x10 |
| #define BCSR9_USB_ENABLE 0x80 |
| #define BCSR9_USB_FULL_SPEED_TARGET 0x10 |
| #define BCSR9_USB_HOST 0x20 |
| #define BCSR9_USB_POWER 0x40 |
| define_machine |
( |
ep88xc |
| ) |
|
| machine_device_initcall |
( |
ep88xc |
, |
|
|
declare_of_platform_devices |
|
|
) |
| |