mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 17:15:09 +07:00
0d15a7397a
The Libre Computer ALL-H3-CC H5 is one of the few boards that can have its eMMC run at HS-DDR speed mode. Mark it as such. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
19 lines
368 B
Plaintext
19 lines
368 B
Plaintext
// 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 <arm/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;
|
|
};
|