#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/bootmem.h>
#include <linux/err.h>
#include <linux/clk.h>
#include <asm/bootinfo.h>
#include <asm/time.h>
#include <asm/reboot.h>
#include <asm/mips_machine.h>
#include <asm/mach-ath79/ath79.h>
#include <asm/mach-ath79/ar71xx_regs.h>
#include "common.h"
#include "dev-common.h"
#include "machtypes.h"
Go to the source code of this file.
#define AR71XX_BASE_FREQ 40000000 |
#define AR724X_BASE_FREQ 5000000 |
#define AR913X_BASE_FREQ 5000000 |
#define ATH79_SYS_TYPE_LEN 64 |
arch_initcall |
( |
ath79_setup |
| ) |
|