summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-highbank/include/mach/debug_ll.h
blob: 5d0fae80e70d802c0d2c18c1b45dfe61d1a3f8db (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 <debug_ll/pl011.h>

#endif