summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/tegra186-priv-vcm31-p2379-0000-c00-00-base.dts
blob: a30d5a1c81d18c7ad6d686c8008507d1336494c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/*
 * tegra186-priv-vcm31-p2379-0000-c00-00-base.dts: P2379 (Drive-PX2) base dts
 * file
 *
 * Copyright (c) 2016, NVIDIA CORPORATION.  All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; version 2 of the License.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
 * more details.
 */

#include "tegra186-platforms/tegra186-vcm31-p2379-common.dtsi"
#include "tegra186-platforms/tegra186-vcm31-62379-disp.dtsi"

/ {
	nvidia,dtsfilename = __FILE__;
	nvidia,boardids = "p2379:0000:C00";
	nvidia,proc-boardid = "p2379:0000:C00";

	memory@80000000 {
		device_type = "memory";
		reg = <0x0 0x80000000 0x0 0x70000000>;
	};

	firmware {
		android {
			compatible = "android,firmware";
			hardware = "p2379_t186";
		};
	};

	pcie-controller@10003000 {
		pci@1,0 {
			nvidia,rst-gpio = <&tegra_gpio TEGRA_GPIO(A, 3) 0>;
		};

		pci@2,0 {
			status = "okay";
			nvidia,num-lanes = <0x1>;
		};
	};
};