diff options
author | Mikko Perttunen <mperttunen@nvidia.com> | 2018-02-20 14:58:12 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2018-03-08 16:31:30 +0300 |
commit | b8656c673a6bc1563604beeab802169ec437a9ea (patch) | |
tree | dbaad15ffb77f9cde1d6fa1cea349a763ec052ee /arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts | |
parent | 5425fb15d8ee645314bddb305b5663c4ebfb495c (diff) | |
download | linux-b8656c673a6bc1563604beeab802169ec437a9ea.tar.xz |
arm64: tegra: Add device tree for the Tegra194 P2972-0000 board
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>
Diffstat (limited to 'arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts')
-rw-r--r-- | arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts b/arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts new file mode 100644 index 000000000000..9ff3c18280c4 --- /dev/null +++ b/arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts @@ -0,0 +1,16 @@ +// 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"; + }; + }; +}; |