1b8656c67SMikko Perttunen// SPDX-License-Identifier: GPL-2.0
2b8656c67SMikko Perttunen/dts-v1/;
3b8656c67SMikko Perttunen
4b8656c67SMikko Perttunen#include "tegra194-p2888.dtsi"
5b8656c67SMikko Perttunen
6b8656c67SMikko Perttunen/ {
773b551baSThierry Reding	model = "NVIDIA Jetson AGX Xavier Development Kit";
8b8656c67SMikko Perttunen	compatible = "nvidia,p2972-0000", "nvidia,tegra194";
9b8656c67SMikko Perttunen
10b8656c67SMikko Perttunen	cbb {
11b8656c67SMikko Perttunen		/* SDMMC1 (SD/MMC) */
12b8656c67SMikko Perttunen		sdhci@3400000 {
13b8656c67SMikko Perttunen			status = "okay";
14b8656c67SMikko Perttunen		};
1558542353SThierry Reding
1633c038e4SThierry Reding		ddc: i2c@31c0000 {
1733c038e4SThierry Reding			status = "okay";
1833c038e4SThierry Reding		};
1933c038e4SThierry Reding
2058542353SThierry Reding		pwm@c340000 {
2158542353SThierry Reding			status = "okay";
2258542353SThierry Reding		};
2333c038e4SThierry Reding
2433c038e4SThierry Reding		host1x@13e00000 {
2533c038e4SThierry Reding			display-hub@15200000 {
2633c038e4SThierry Reding				status = "okay";
2733c038e4SThierry Reding			};
2833c038e4SThierry Reding
2933c038e4SThierry Reding			dpaux@155e0000 {
3033c038e4SThierry Reding				status = "okay";
3133c038e4SThierry Reding			};
3233c038e4SThierry Reding
3333c038e4SThierry Reding			sor@15b80000 {
3433c038e4SThierry Reding				status = "okay";
3533c038e4SThierry Reding
3633c038e4SThierry Reding				avdd-io-supply = <&vdd_1v0>;
3733c038e4SThierry Reding				vdd-pll-supply = <&vdd_1v8hs>;
3833c038e4SThierry Reding				hdmi-supply = <&vdd_hdmi>;
3933c038e4SThierry Reding
4033c038e4SThierry Reding				nvidia,ddc-i2c-bus = <&ddc>;
4133c038e4SThierry Reding				nvidia,hpd-gpio = <&gpio TEGRA194_MAIN_GPIO(M, 2)
4233c038e4SThierry Reding							 GPIO_ACTIVE_LOW>;
4333c038e4SThierry Reding			};
4433c038e4SThierry Reding		};
4558542353SThierry Reding	};
4658542353SThierry Reding
4758542353SThierry Reding	fan {
4858542353SThierry Reding		compatible = "pwm-fan";
4958542353SThierry Reding		pwms = <&pwm4 0 45334>;
50b8656c67SMikko Perttunen	};
51b8656c67SMikko Perttunen};
52