mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
14 lines
310 B
Text
14 lines
310 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,rockpi4", "rockchip,rk3399";
|
||
|
};
|