mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
b8656c673a
Add device tree files for the Tegra194 P2972-0000 development board. The board consists of the P2888 compute module and the P2822 baseboard. Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
17 lines
276 B
Plaintext
17 lines
276 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/dts-v1/;
|
|
|
|
#include "tegra194-p2888.dtsi"
|
|
|
|
/ {
|
|
model = "NVIDIA Tegra194 P2972-0000 Development Board";
|
|
compatible = "nvidia,p2972-0000", "nvidia,tegra194";
|
|
|
|
cbb {
|
|
/* SDMMC1 (SD/MMC) */
|
|
sdhci@3400000 {
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|