1b8656c67SMikko Perttunen// SPDX-License-Identifier: GPL-2.0
2b8656c67SMikko Perttunen/dts-v1/;
3b8656c67SMikko Perttunen
4b8656c67SMikko Perttunen#include "tegra194-p2888.dtsi"
5b8656c67SMikko Perttunen
6b8656c67SMikko Perttunen/ {
7b8656c67SMikko Perttunen	model = "NVIDIA Tegra194 P2972-0000 Development Board";
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
1658542353SThierry Reding		pwm@c340000 {
1758542353SThierry Reding			status = "okay";
1858542353SThierry Reding		};
1958542353SThierry Reding	};
2058542353SThierry Reding
2158542353SThierry Reding	fan {
2258542353SThierry Reding		compatible = "pwm-fan";
2358542353SThierry Reding		pwms = <&pwm4 0 45334>;
24b8656c67SMikko Perttunen	};
25b8656c67SMikko Perttunen};
26