blob: 84e850d6fca6d6675eadcb1a61d9dea7ebe205ee [file] [log] [blame]
Stephen Warren1f60f072016-07-18 12:15:04 -06001/dts-v1/;
2
3#include "tegra186-p2771-0000.dtsi"
4
5/ {
Stephen Warren7932d3e2016-08-30 10:22:07 -06006 model = "NVIDIA P2771-0000-000";
7 compatible = "nvidia,p2771-0000-000", "nvidia,p2771-0000", "nvidia,tegra186";
Stephen Warren45d85f02016-07-29 13:15:05 -06008
9 sdhci@3400000 {
10 cd-gpios = <&gpio_main TEGRA_MAIN_GPIO(P, 6) GPIO_ACTIVE_LOW>;
11 power-gpios = <&gpio_main TEGRA_MAIN_GPIO(P, 5) GPIO_ACTIVE_HIGH>;
12 };
Stephen Warrena6bb0082016-07-29 13:15:06 -060013
Thierry Reding1e669b42019-04-15 11:32:37 +020014 pcie@10003000 {
Stephen Warrena6bb0082016-07-29 13:15:06 -060015 status = "okay";
16
17 pci@1,0 {
18 status = "okay";
19 nvidia,num-lanes = <2>;
20 };
21
22 pci@2,0 {
23 status = "disabled";
24 nvidia,num-lanes = <1>;
25 };
26
27 pci@3,0 {
28 status = "okay";
29 nvidia,num-lanes = <1>;
30 };
31 };
Stephen Warren1f60f072016-07-18 12:15:04 -060032};