mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
12 lines
279 B
Text
12 lines
279 B
Text
|
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||
|
// Copyright (C) 2018 Chen-Yu Tsai <wens@csie.org>
|
||
|
|
||
|
/dts-v1/;
|
||
|
#include "sun50i-h5.dtsi"
|
||
|
#include <sunxi-bananapi-m2-plus.dtsi>
|
||
|
|
||
|
/ {
|
||
|
model = "Banana Pi BPI-M2-Plus H5";
|
||
|
compatible = "sinovoip,bpi-m2-plus", "allwinner,sun50i-h5";
|
||
|
};
|