Add support for the variant of the Jetson Xavier NX Developer Kit that has a system-on-module which includes an eMMC. Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
11 lines
249 B
Plaintext
11 lines
249 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/dts-v1/;
|
|
|
|
#include "tegra194-p3668-0001.dtsi"
|
|
#include "tegra194-p3509-0000.dtsi"
|
|
|
|
/ {
|
|
model = "NVIDIA Jetson Xavier NX Developer Kit (eMMC)";
|
|
compatible = "nvidia,p3509-0000+p3668-0001", "nvidia,tegra194";
|
|
};
|