mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
58f68611df
Update the H5 DT files from the Linux 5.12 release. The changes don't affect U-Boot at all, but fix Gigabit Ethernet when this DT is passed on to the Linux kernel. It also introduces DVFS. This also updates the shared sunxi-h3-h5.dtsi, but that only adds nodes that are of no concern to U-Boot. Signed-off-by: Andre Przywara <andre.przywara@arm.com>
12 lines
332 B
Text
12 lines
332 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 "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";
|
|
};
|