summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-layerscape/include/mach/layerscape.h
blob: 3366e7f2580257a1aa2e0dc3e4682d196f6c8a12 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __MACH_LAYERSCAPE_H
#define __MACH_LAYERSCAPE_H

#define LS1046A_DDR_SDRAM_BASE	0x80000000
#define LS1046A_DDR_FREQ	2100000000

enum bootsource ls1046_bootsource_get(void);

#endif /* __MACH_LAYERSCAPE_H */