mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
80c21c8c8b
The Bananapi M2 Plus H5 is a variant of the original Bananapi M2 Plus, with the H3 SoC replaced with an H5. Everything else is the same. Add a stub device tree incorporating the shared bananapi-m2-plus dtsi file. Acked-by: Maxime Ripard <maxime.ripard@bootlin.com> Signed-off-by: Chen-Yu Tsai <wens@csie.org>
12 lines
283 B
Plaintext
12 lines
283 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
// Copyright (C) 2018 Chen-Yu Tsai <wens@csie.org>
|
|
|
|
/dts-v1/;
|
|
#include "sun50i-h5.dtsi"
|
|
#include <arm/sunxi-bananapi-m2-plus.dtsi>
|
|
|
|
/ {
|
|
model = "Banana Pi BPI-M2-Plus H5";
|
|
compatible = "sinovoip,bpi-m2-plus", "allwinner,sun50i-h5";
|
|
};
|