summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-highbank/include/mach/devices.h
blob: 2cf2b6161c13250d0b7513acd8726a6f60f9fd93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright (C) 2013 Jean-Christophe PLAGNIOL-VILLARD <plagnio@jcrosoft.com>
 *
 * GPLv2 only
 */

#ifndef __ASM_ARCH_DEVICES_H__
#define __ASM_ARCH_DEVICES_H__

void highbank_add_ddram(u32 size);

void highbank_register_uart(void);
void highbank_register_ahci(void);
void highbank_register_xgmac(unsigned id);
void highbank_register_gpio(unsigned id);

#endif /* __ASM_ARCH_DEVICES_H__ */