mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +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>
17 lines
391 B
Text
17 lines
391 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
// Copyright (C) 2018 BayLibre, SAS
|
|
// Author: Neil Armstrong <narmstrong@baylibre.com>
|
|
|
|
/dts-v1/;
|
|
#include "sun50i-h5.dtsi"
|
|
#include "sun50i-h5-cpu-opp.dtsi"
|
|
#include <sunxi-libretech-all-h3-cc.dtsi>
|
|
|
|
/ {
|
|
model = "Libre Computer Board ALL-H3-CC H5";
|
|
compatible = "libretech,all-h3-cc-h5", "allwinner,sun50i-h5";
|
|
};
|
|
|
|
&mmc2 {
|
|
mmc-ddr-3_3v;
|
|
};
|