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

#ifndef __MACH_DEBUG_LL_H__
#define   __MACH_DEBUG_LL_H__

#define DEBUG_LL_UART_ADDR 0xfff36000

#include <asm/debug_ll_pl011.h>

#endif