repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/google/nissa/var/rull: add ssd timing and modify ssd GPIO pins of rtd3
[coreboot2.git]
/
src
/
mainboard
/
arm
/
rdn2
/
uart.c
blob
1b872056d0c4dbda61bde91980835765dfcf039b
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
#include <console/uart.h>
4
#include <mainboard/addressmap.h>
5
6
uintptr_t
uart_platform_base
(
unsigned int
idx
)
7
{
8
return
RDN2_UART_NS_BASE
;
9
}