mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-24 08:01:21 +02:00
The difference between 1.2A and 1.3B is dynamically configured according to the PCB version, and there is no difference on the board device tree, so the same DT file can be used. Signed-off-by: Yanhong Wang <yanhong.wang@starfivetech.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
12 lines
230 B
Plaintext
12 lines
230 B
Plaintext
// SPDX-License-Identifier: GPL-2.0 OR MIT
|
|
/*
|
|
* Copyright (C) 2023 StarFive Technology Co., Ltd.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "jh7110-starfive-visionfive-2.dtsi"
|
|
|
|
/ {
|
|
compatible = "starfive,visionfive-2-v1.3b", "starfive,jh7110";
|
|
};
|