ARM: tegra: Add p2371-2180 board
P2371-2180 is a P2180 CPU board married to a P2597 I/O board. The
combination contains SoC, DRAM, eMMC, SD card slot, HDMI, USB
micro-B port, Ethernet via USB3, USB3 host port, SATA, PCIe, and
two GPIO expansion headers.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2015-08-14 04:34:22 +00:00
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
#include "tegra210.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "NVIDIA P2371-2180";
|
|
|
|
compatible = "nvidia,p2371-2180", "nvidia,tegra210";
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
stdout-path = &uarta;
|
|
|
|
};
|
|
|
|
|
|
|
|
aliases {
|
2016-09-13 16:45:49 +00:00
|
|
|
i2c0 = "/i2c@7000d000";
|
|
|
|
mmc0 = "/sdhci@700b0600";
|
|
|
|
mmc1 = "/sdhci@700b0000";
|
|
|
|
usb0 = "/usb@7d000000";
|
ARM: tegra: Add p2371-2180 board
P2371-2180 is a P2180 CPU board married to a P2597 I/O board. The
combination contains SoC, DRAM, eMMC, SD card slot, HDMI, USB
micro-B port, Ethernet via USB3, USB3 host port, SATA, PCIe, and
two GPIO expansion headers.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2015-08-14 04:34:22 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
memory {
|
|
|
|
reg = <0x0 0x80000000 0x0 0xc0000000>;
|
|
|
|
};
|
|
|
|
|
2019-04-15 09:32:37 +00:00
|
|
|
pcie@1003000 {
|
2015-10-05 23:02:40 +00:00
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
pci@1,0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
pci@2,0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2016-09-13 16:45:49 +00:00
|
|
|
padctl@7009f000 {
|
2015-10-05 23:02:40 +00:00
|
|
|
pinctrl-0 = <&padctl_default>;
|
|
|
|
pinctrl-names = "default";
|
|
|
|
|
|
|
|
padctl_default: pinmux {
|
|
|
|
xusb {
|
|
|
|
nvidia,lanes = "otg-1", "otg-2";
|
|
|
|
nvidia,function = "xusb";
|
|
|
|
nvidia,iddq = <0>;
|
|
|
|
};
|
|
|
|
|
|
|
|
usb3 {
|
|
|
|
nvidia,lanes = "pcie-5", "pcie-6";
|
|
|
|
nvidia,function = "usb3";
|
|
|
|
nvidia,iddq = <0>;
|
|
|
|
};
|
|
|
|
|
|
|
|
pcie-x1 {
|
|
|
|
nvidia,lanes = "pcie-0";
|
|
|
|
nvidia,function = "pcie-x1";
|
|
|
|
nvidia,iddq = <0>;
|
|
|
|
};
|
|
|
|
|
|
|
|
pcie-x4 {
|
|
|
|
nvidia,lanes = "pcie-1", "pcie-2",
|
|
|
|
"pcie-3", "pcie-4";
|
|
|
|
nvidia,function = "pcie-x4";
|
|
|
|
nvidia,iddq = <0>;
|
|
|
|
};
|
|
|
|
|
|
|
|
sata {
|
|
|
|
nvidia,lanes = "sata-0";
|
|
|
|
nvidia,function = "sata";
|
|
|
|
nvidia,iddq = <0>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2016-09-13 16:45:49 +00:00
|
|
|
sdhci@700b0000 {
|
ARM: tegra: Add p2371-2180 board
P2371-2180 is a P2180 CPU board married to a P2597 I/O board. The
combination contains SoC, DRAM, eMMC, SD card slot, HDMI, USB
micro-B port, Ethernet via USB3, USB3 host port, SATA, PCIe, and
two GPIO expansion headers.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2015-08-14 04:34:22 +00:00
|
|
|
status = "okay";
|
|
|
|
cd-gpios = <&gpio TEGRA_GPIO(Z, 1) GPIO_ACTIVE_LOW>;
|
|
|
|
power-gpios = <&gpio TEGRA_GPIO(Z, 3) GPIO_ACTIVE_HIGH>;
|
|
|
|
wp-gpios = <&gpio TEGRA_GPIO(Z, 4) GPIO_ACTIVE_LOW>;
|
|
|
|
bus-width = <4>;
|
|
|
|
};
|
|
|
|
|
2016-09-13 16:45:49 +00:00
|
|
|
sdhci@700b0600 {
|
ARM: tegra: Add p2371-2180 board
P2371-2180 is a P2180 CPU board married to a P2597 I/O board. The
combination contains SoC, DRAM, eMMC, SD card slot, HDMI, USB
micro-B port, Ethernet via USB3, USB3 host port, SATA, PCIe, and
two GPIO expansion headers.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2015-08-14 04:34:22 +00:00
|
|
|
status = "okay";
|
|
|
|
bus-width = <8>;
|
2016-09-13 16:45:42 +00:00
|
|
|
non-removable;
|
ARM: tegra: Add p2371-2180 board
P2371-2180 is a P2180 CPU board married to a P2597 I/O board. The
combination contains SoC, DRAM, eMMC, SD card slot, HDMI, USB
micro-B port, Ethernet via USB3, USB3 host port, SATA, PCIe, and
two GPIO expansion headers.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2015-08-14 04:34:22 +00:00
|
|
|
};
|
|
|
|
|
2016-09-13 16:45:49 +00:00
|
|
|
i2c@7000d000 {
|
ARM: tegra: Add p2371-2180 board
P2371-2180 is a P2180 CPU board married to a P2597 I/O board. The
combination contains SoC, DRAM, eMMC, SD card slot, HDMI, USB
micro-B port, Ethernet via USB3, USB3 host port, SATA, PCIe, and
two GPIO expansion headers.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2015-08-14 04:34:22 +00:00
|
|
|
status = "okay";
|
|
|
|
clock-frequency = <400000>;
|
|
|
|
};
|
|
|
|
|
2016-09-13 16:45:49 +00:00
|
|
|
usb@7d000000 {
|
ARM: tegra: Add p2371-2180 board
P2371-2180 is a P2180 CPU board married to a P2597 I/O board. The
combination contains SoC, DRAM, eMMC, SD card slot, HDMI, USB
micro-B port, Ethernet via USB3, USB3 host port, SATA, PCIe, and
two GPIO expansion headers.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2015-08-14 04:34:22 +00:00
|
|
|
status = "okay";
|
|
|
|
dr_mode = "otg";
|
|
|
|
nvidia,vbus-gpio = <&gpio TEGRA_GPIO(CC, 4) GPIO_ACTIVE_HIGH>;
|
|
|
|
};
|
|
|
|
|
|
|
|
clocks {
|
|
|
|
compatible = "simple-bus";
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <0>;
|
|
|
|
|
|
|
|
clk32k_in: clock@0 {
|
|
|
|
compatible = "fixed-clock";
|
|
|
|
reg = <0>;
|
|
|
|
#clock-cells = <0>;
|
|
|
|
clock-frequency = <32768>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2017-06-12 12:22:01 +00:00
|
|
|
|
|
|
|
&uarta {
|
|
|
|
status = "okay";
|
|
|
|
};
|