mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 14:23:00 +00:00
f2d52446bc
Add initial device tree for StarFive VisionFive v2 board. Signed-off-by: Yanhong Wang <yanhong.wang@starfivetech.com> Tested-by: Conor Dooley <conor.dooley@microchip.com>
12 lines
270 B
Text
12 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";
|
|
};
|