11 lines
190 B
C
11 lines
190 B
C
|
// SPDX-License-Identifier: GPL-2.0+
|
||
|
/*
|
||
|
* (C) Copyright 2017 Rockchip Electronics Co., Ltd
|
||
|
*/
|
||
|
|
||
|
#include <common.h>
|
||
|
#include <dm.h>
|
||
|
#include <asm/io.h>
|
||
|
#include <asm/arch-rockchip/uart.h>
|
||
|
|