mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 05:56:02 +01:00
Import updated device trees from Linux v5.9. Signed-off-by: Samuel Holland <samuel@sholland.org>
13 lines
332 B
Plaintext
13 lines
332 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 "sun50i-h5-cpu-opp.dtsi"
|
|
#include <arm/sunxi-bananapi-m2-plus-v1.2.dtsi>
|
|
|
|
/ {
|
|
model = "Banana Pi BPI-M2-Plus v1.2 H5";
|
|
compatible = "bananapi,bpi-m2-plus-v1.2", "allwinner,sun50i-h5";
|
|
};
|