There are two versions of the Jetson Xavier NX system-on-module; one with a micro SD-card slot and one with an eMMC. Currently, only the system-on-module with the micro SD-card slot is supported. Before adding support for the eMMC variant, move the common device-tree parts of the existing Jetson Xavier NX system-on-module board (p3668-0000) and reference carrier board (p3509-0000) into include files that can be used by both Jetson Xavier NX variants. Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
11 lines
252 B
Plaintext
11 lines
252 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/dts-v1/;
|
|
|
|
#include "tegra194-p3668-0000.dtsi"
|
|
#include "tegra194-p3509-0000.dtsi"
|
|
|
|
/ {
|
|
model = "NVIDIA Jetson Xavier NX Developer Kit (SD-card)";
|
|
compatible = "nvidia,p3509-0000+p3668-0000", "nvidia,tegra194";
|
|
};
|