mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
822556a934
Sync the rk3399 DTs and associated bits from 5.14-rc1. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> (Remove the conflict content for vmarc-som) Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
13 lines
328 B
Text
13 lines
328 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (c) 2019 Akash Gajjar <Akash_Gajjar@mentor.com>
|
|
* Copyright (c) 2019 Pragnesh Patel <Pragnesh_Patel@mentor.com>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "rk3399-rock-pi-4.dtsi"
|
|
|
|
/ {
|
|
model = "Radxa ROCK Pi 4A";
|
|
compatible = "radxa,rockpi4a", "radxa,rockpi4", "rockchip,rk3399";
|
|
};
|