From 5e6b89c8165765a1ba2d0bd4be5941ed5e1f13f7 Mon Sep 17 00:00:00 2001 From: tdiego1 Date: Wed, 1 Jul 2026 17:47:17 -0600 Subject: [PATCH 1/2] Add Nvidia Jetson Orin Nano Super --- .../Nvidia/Jetson-Orin-Nano-Super.yaml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 device-types/Nvidia/Jetson-Orin-Nano-Super.yaml diff --git a/device-types/Nvidia/Jetson-Orin-Nano-Super.yaml b/device-types/Nvidia/Jetson-Orin-Nano-Super.yaml new file mode 100644 index 0000000000..8cfa6085e8 --- /dev/null +++ b/device-types/Nvidia/Jetson-Orin-Nano-Super.yaml @@ -0,0 +1,32 @@ +--- +manufacturer: Nvidia +model: Jetson Orin Nano Super +slug: nvidia-jetson-orin-nano-super +part_number: 945-137766-0000-000 +u_height: 0 +is_full_depth: false +comments: >- + NVIDIA Jetson Orin Nano Super Developer Kit. 67 TOPS AI performance, 8GB 128-bit LPDDR5, + 6-core Arm Cortex-A78AE CPU, NVIDIA Ampere GPU with 1024 CUDA cores and 32 tensor cores. + [Datasheet](https://www.nvidia.com/en-us/autonomous-machines/embedded-systems/jetson-orin/nano-super-developer-kit/) +interfaces: + - name: eth0 + type: 1000base-t + - name: wlan0 + type: ieee802.11ac +front-ports: + - name: USB-A1 + type: usb-a + - name: USB-A2 + type: usb-a + - name: USB-A3 + type: usb-a + - name: USB-A4 + type: usb-a + - name: USB-C + type: usb-c + - name: DisplayPort + type: displayport +power-ports: + - name: PSU + type: dc-terminal From b067e754870912cba1b3b30fdb69a96a9f593388 Mon Sep 17 00:00:00 2001 From: tdiego1 Date: Wed, 1 Jul 2026 18:12:16 -0600 Subject: [PATCH 2/2] Removed USB front ports from Nvidia Jetson Orin Nano Super --- device-types/Nvidia/Jetson-Orin-Nano-Super.yaml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/device-types/Nvidia/Jetson-Orin-Nano-Super.yaml b/device-types/Nvidia/Jetson-Orin-Nano-Super.yaml index 8cfa6085e8..1c3386691d 100644 --- a/device-types/Nvidia/Jetson-Orin-Nano-Super.yaml +++ b/device-types/Nvidia/Jetson-Orin-Nano-Super.yaml @@ -8,25 +8,13 @@ is_full_depth: false comments: >- NVIDIA Jetson Orin Nano Super Developer Kit. 67 TOPS AI performance, 8GB 128-bit LPDDR5, 6-core Arm Cortex-A78AE CPU, NVIDIA Ampere GPU with 1024 CUDA cores and 32 tensor cores. + Also includes 4x USB 3.2 Gen2 Type-A, 1x USB Type-C (UFP), and 1x DisplayPort 1.2 (+MST). [Datasheet](https://www.nvidia.com/en-us/autonomous-machines/embedded-systems/jetson-orin/nano-super-developer-kit/) interfaces: - name: eth0 type: 1000base-t - name: wlan0 type: ieee802.11ac -front-ports: - - name: USB-A1 - type: usb-a - - name: USB-A2 - type: usb-a - - name: USB-A3 - type: usb-a - - name: USB-A4 - type: usb-a - - name: USB-C - type: usb-c - - name: DisplayPort - type: displayport power-ports: - name: PSU type: dc-terminal