mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 14:53:06 +00:00
13 lines
270 B
Text
13 lines
270 B
Text
|
// SPDX-License-Identifier: GPL-2.0 OR MIT
|
||
|
/*
|
||
|
* Copyright (C) 2022 StarFive Technology Co., Ltd.
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
#include "jh7110-starfive-visionfive-2.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "StarFive VisionFive 2 v1.2A";
|
||
|
compatible = "starfive,visionfive-2-v1.2a", "starfive,jh7110";
|
||
|
};
|