ARM: tegra: add p2771-0000 board support
P2771-0000 is a P3310 CPU board married to a P2597 I/O board. The
combination contains SoC, DRAM, eMMC, SD card slot, HDMI, USB micro-B
port, Ethernet, USB3 host port, SATA, PCIe, and two GPIO expansion
headers.
Currently, due to U-Boot's level of support for Tegra186, the only
features supported by U-Boot are the console UART and the on-board eMMC.
Additional features will be added over time.
U-Boot has so far been tested by replacing the kernel image on the device
with a U-Boot binary. It is anticipated that U-Boot will eventually
replace the CCPLEX bootloader binary, as on previous chips. This hasn't
yet been tested.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2016-05-12 19:32:56 +00:00
|
|
|
#include "tegra186.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "NVIDIA P2771-0000";
|
|
|
|
compatible = "nvidia,p2771-0000", "nvidia,tegra186";
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
stdout-path = &uarta;
|
|
|
|
};
|
|
|
|
|
|
|
|
aliases {
|
2019-04-15 09:32:38 +00:00
|
|
|
ethernet = "/ethernet@2490000";
|
2016-09-13 16:45:43 +00:00
|
|
|
mmc0 = "/sdhci@3460000";
|
|
|
|
mmc1 = "/sdhci@3400000";
|
2016-07-29 19:15:05 +00:00
|
|
|
i2c0 = "/bpmp/i2c";
|
2016-07-27 21:48:22 +00:00
|
|
|
i2c1 = "/i2c@3160000";
|
|
|
|
i2c2 = "/i2c@c240000";
|
|
|
|
i2c3 = "/i2c@3180000";
|
|
|
|
i2c4 = "/i2c@3190000";
|
|
|
|
i2c5 = "/i2c@31c0000";
|
|
|
|
i2c6 = "/i2c@c250000";
|
|
|
|
i2c7 = "/i2c@31e0000";
|
ARM: tegra: add p2771-0000 board support
P2771-0000 is a P3310 CPU board married to a P2597 I/O board. The
combination contains SoC, DRAM, eMMC, SD card slot, HDMI, USB micro-B
port, Ethernet, USB3 host port, SATA, PCIe, and two GPIO expansion
headers.
Currently, due to U-Boot's level of support for Tegra186, the only
features supported by U-Boot are the console UART and the on-board eMMC.
Additional features will be added over time.
U-Boot has so far been tested by replacing the kernel image on the device
with a U-Boot binary. It is anticipated that U-Boot will eventually
replace the CCPLEX bootloader binary, as on previous chips. This hasn't
yet been tested.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2016-05-12 19:32:56 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
memory {
|
|
|
|
reg = <0x0 0x80000000 0x0 0x60000000>;
|
|
|
|
};
|
|
|
|
|
2016-09-12 17:51:15 +00:00
|
|
|
ethernet@2490000 {
|
|
|
|
status = "okay";
|
|
|
|
phy-reset-gpios = <&gpio_main TEGRA_MAIN_GPIO(M, 4) GPIO_ACTIVE_LOW>;
|
2019-04-15 09:32:38 +00:00
|
|
|
local-mac-address = [ 00 00 00 00 00 00 ];
|
2016-09-12 17:51:15 +00:00
|
|
|
};
|
|
|
|
|
2016-07-27 21:48:22 +00:00
|
|
|
i2c@3160000 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
i2c@3180000 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
i2c@3190000 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
i2c@31c0000 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2016-07-29 19:15:05 +00:00
|
|
|
sdhci@3400000 {
|
|
|
|
status = "okay";
|
|
|
|
wp-gpios = <&gpio_main TEGRA_MAIN_GPIO(P, 4) GPIO_ACTIVE_HIGH>;
|
|
|
|
bus-width = <4>;
|
|
|
|
};
|
|
|
|
|
ARM: tegra: add p2771-0000 board support
P2771-0000 is a P3310 CPU board married to a P2597 I/O board. The
combination contains SoC, DRAM, eMMC, SD card slot, HDMI, USB micro-B
port, Ethernet, USB3 host port, SATA, PCIe, and two GPIO expansion
headers.
Currently, due to U-Boot's level of support for Tegra186, the only
features supported by U-Boot are the console UART and the on-board eMMC.
Additional features will be added over time.
U-Boot has so far been tested by replacing the kernel image on the device
with a U-Boot binary. It is anticipated that U-Boot will eventually
replace the CCPLEX bootloader binary, as on previous chips. This hasn't
yet been tested.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2016-05-12 19:32:56 +00:00
|
|
|
sdhci@3460000 {
|
|
|
|
status = "okay";
|
|
|
|
bus-width = <8>;
|
2016-09-13 16:45:42 +00:00
|
|
|
non-removable;
|
ARM: tegra: add p2771-0000 board support
P2771-0000 is a P3310 CPU board married to a P2597 I/O board. The
combination contains SoC, DRAM, eMMC, SD card slot, HDMI, USB micro-B
port, Ethernet, USB3 host port, SATA, PCIe, and two GPIO expansion
headers.
Currently, due to U-Boot's level of support for Tegra186, the only
features supported by U-Boot are the console UART and the on-board eMMC.
Additional features will be added over time.
U-Boot has so far been tested by replacing the kernel image on the device
with a U-Boot binary. It is anticipated that U-Boot will eventually
replace the CCPLEX bootloader binary, as on previous chips. This hasn't
yet been tested.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2016-05-12 19:32:56 +00:00
|
|
|
};
|
2016-07-27 21:48:22 +00:00
|
|
|
|
|
|
|
i2c@c240000 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
i2c@c250000 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
i2c@31e0000 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
2016-07-29 19:15:05 +00:00
|
|
|
|
|
|
|
bpmp {
|
|
|
|
i2c {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
};
|
ARM: tegra: add p2771-0000 board support
P2771-0000 is a P3310 CPU board married to a P2597 I/O board. The
combination contains SoC, DRAM, eMMC, SD card slot, HDMI, USB micro-B
port, Ethernet, USB3 host port, SATA, PCIe, and two GPIO expansion
headers.
Currently, due to U-Boot's level of support for Tegra186, the only
features supported by U-Boot are the console UART and the on-board eMMC.
Additional features will be added over time.
U-Boot has so far been tested by replacing the kernel image on the device
with a U-Boot binary. It is anticipated that U-Boot will eventually
replace the CCPLEX bootloader binary, as on previous chips. This hasn't
yet been tested.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2016-05-12 19:32:56 +00:00
|
|
|
};
|
2017-06-12 12:22:01 +00:00
|
|
|
|
|
|
|
&uarta {
|
|
|
|
status = "okay";
|
|
|
|
};
|