1// SPDX-License-Identifier: GPL-2.0 2/dts-v1/; 3 4#include "tegra234-p3701-0000.dtsi" 5#include "tegra234-p3737-0000.dtsi" 6 7/ { 8 model = "NVIDIA Jetson AGX Orin Developer Kit"; 9 compatible = "nvidia,p3737-0000+p3701-0000", "nvidia,p3701-0000", "nvidia,tegra234"; 10 11 aliases { 12 mmc3 = "/bus@0/mmc@3460000"; 13 serial0 = &tcu; 14 }; 15 16 chosen { 17 bootargs = "console=ttyS0,115200n8"; 18 stdout-path = "serial0:115200n8"; 19 }; 20 21 serial { 22 status = "okay"; 23 }; 24}; 25