mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
b69b9f3f54
NanoPi R4s is SBC base on Rockchip RK3399 hexa-core processor with
dual-Core Cortex-A72 and Mali-T864 GPU with 4GiB(LPDDR4) of RAM, SD card support,
including 2 gigabit ethernet(RTL8211E 1Gbps - RTL8111H 1Gbps) and 2 USB 3.0 port.
port.It also has two GPIO headers which allows further peripherals to be used.
The devicetree file is taken of the rk3399 nanopi4 Linux kernel [1].
[1] e7a0959082
Signed-off-by: xiaobo <peterwillcn@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
16 lines
459 B
Text
16 lines
459 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* RK3399-based FriendlyElec boards device tree source
|
|
*
|
|
* Copyright (c) 2016 Fuzhou Rockchip Electronics Co., Ltd
|
|
*
|
|
* Copyright (c) 2018 FriendlyElec Computer Tech. Co., Ltd.
|
|
* (http://www.friendlyarm.com)
|
|
*
|
|
* Copyright (c) 2018 Collabora Ltd.
|
|
* Copyright (c) 2019 Arm Ltd.
|
|
* Copyright (C) 2020 Xiaobo <peterwillcn@gmail.com>
|
|
*/
|
|
|
|
#include "rk3399-nanopi4-u-boot.dtsi"
|
|
#include "rk3399-sdram-lpddr4-100.dtsi"
|