mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 10:30:32 +00:00
9b7060bd15
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>
11 lines
230 B
Text
11 lines
230 B
Text
// 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";
|
|
};
|