// SPDX-License-Identifier: GPL-2.0 /dts-v1/; #include #include #include "tegra234-p3701-0000.dtsi" #include "tegra234-p3737-0000.dtsi" / { model = "NVIDIA Jetson AGX Orin Developer Kit"; compatible = "nvidia,p3737-0000+p3701-0000", "nvidia,p3701-0000", "nvidia,tegra234"; aliases { mmc3 = "/bus@0/mmc@3460000"; serial0 = &tcu; }; chosen { bootargs = "console=ttyS0,115200n8"; stdout-path = "serial0:115200n8"; }; gpio-keys { compatible = "gpio-keys"; status = "okay"; force-recovery { label = "Force Recovery"; gpios = <&gpio TEGRA234_MAIN_GPIO(G, 0) GPIO_ACTIVE_LOW>; linux,input-type = ; linux,code = ; }; power-key { label = "Power"; gpios = <&gpio_aon TEGRA234_AON_GPIO(EE, 4) GPIO_ACTIVE_LOW>; linux,input-type = ; linux,code = ; wakeup-event-action = ; wakeup-source; }; suspend { label = "Suspend"; gpios = <&gpio TEGRA234_MAIN_GPIO(G, 2) GPIO_ACTIVE_LOW>; linux,input-type = ; linux,code = ; }; }; serial { status = "okay"; }; };