14 lines
331 B
Plaintext
14 lines
331 B
Plaintext
|
// SPDX-License-Identifier: GPL-2.0 OR MIT
|
||
|
/*
|
||
|
* Copyright (C) 2022 StarFive Technology Co., Ltd.
|
||
|
* Copyright (C) 2022 Emil Renner Berthing <kernel@esmil.dk>
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
#include "jh7110-starfive-visionfive-2.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "StarFive VisionFive 2 v1.3B";
|
||
|
compatible = "starfive,visionfive-2-v1.3b", "starfive,jh7110";
|
||
|
};
|