summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/nvidia/tegra234-p3740-0002+p3701-0008.dts
Commit message (Collapse)AuthorAgeFilesLines
* arm64: tegra: Move padctl supply nodes to AGX Orin moduleDara Stotland2024-08-291-6/+0
| | | | | | | | | | | Some padctl supply nodes currently reside in board file, when they should reside on module level. The nodes are part of module, not board. Move these nodes to the correct AGX Orin module file. Signed-off-by: Dara Stotland <dstotland@nvidia.com> Reviewed-by: Brad Griffis <bgriffis@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
* arm64: tegra: Combine IGX Orin board filesDara Stotland2024-08-291-1/+235
| | | | | | | | | | | | Current IGX Orin structure has both a top-level module+board file as well as a board file. Most of the data in the board-file is closely related to the module itself. The benefit of this extra file is outweighed by the additional complexity. Merge the board file into the module+board file for simplicity. Signed-off-by: Dara Stotland <dstotland@nvidia.com> Reviewed-by: Brad Griffis <bgriffis@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
* arm64: tegra: Add PCIe and DP 3.3V suppliesShubhi Garg2023-07-261-0/+1
| | | | | | | | | Add the 3.3V supplies for PCIe C1 controller and Display Port controller for the NVIDIA IGX Orin platform. Signed-off-by: Shubhi Garg <shgarg@nvidia.com> Reviewed-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
* arm64: tegra: Add missing reset-names for Tegra HS UARTThierry Reding2023-07-261-0/+1
| | | | | | | | The device tree bindings for the Tegra high-speed UART require the reset-names property, so add it whenever the compatible string for the serial port is overwritten. Signed-off-by: Thierry Reding <treding@nvidia.com>
* arm64: tegra: Sort PCI nodes correctly on OrinThierry Reding2023-07-261-44/+44
| | | | | | | Recent changes to several Orin boards didn't order some device tree nodes correctly. Resort them. Signed-off-by: Thierry Reding <treding@nvidia.com>
* arm64: tegra: Add audio support for IGX OrinMohan Kumar2023-07-261-5/+86
| | | | | | | | | | | | Add audio support for the NVIDIA IGX Orin development kit having P3701 module with P3740 carrier board. Move the common device-tree nodes to a new file tegra234-p3701.dtsi and use this for Jetson AGX Orin and NVIDIA IGX Orin platforms Signed-off-by: Mohan Kumar <mkumard@nvidia.com> [treding@nvidia.com: properly sort nodes] Signed-off-by: Thierry Reding <treding@nvidia.com>
* arm64: tegra: Add missing alias for NVIDIA IGX OrinJon Hunter2023-07-131-0/+1
| | | | | | | | | | | | The following error is seen on boot for the NVIDIA IGX Orin platform ... serial-tegra 3100000.serial: failed to get alias id, errno -19 Fix this by populating the necessary alias for the serial device. Fixes: c95711d7dbc4 ("arm64: tegra: Add support for IGX Orin") Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
* arm64: tegra: Add support for IGX OrinShubhi Garg2023-05-161-0/+154
Add support for the NVIDIA IGX Orin development kit having P3701 module with P3740 carrier board. Signed-off-by: Shubhi Garg <shgarg@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>