mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2025-08-15 09:32:33 +02:00
Take2/add uptime compute blade (#3281)
* Add the "bladerunner" and "blade" for Uptime Industries Best guess about some of the parameters / values ... including model/sku numbers. * Adjustments to the Compute Blade And add two versions of the Raspberry Pi Compute Module 4 (8 gig ram, no flash with and without wifi variants) * BladeRunner is not powered explicitly set this --------- Co-authored-by: Karl Quinsland <contact@kquinsland.com>
This commit is contained in:
27
module-types/Raspberry Pi/compute-module-4008000.yaml
Normal file
27
module-types/Raspberry Pi/compute-module-4008000.yaml
Normal file
@ -0,0 +1,27 @@
|
||||
---
|
||||
manufacturer: Raspberry Pi
|
||||
model: Compute Module 4008000
|
||||
##
|
||||
# Compute Module 4 comes in one of _many_ flavors
|
||||
# RAM: 1/2/4/8 gig
|
||||
# eMMC: 0/8/16/32 gig (0 = "lite" version)
|
||||
# Wireless: yes/no
|
||||
# There are also extended temperatures versions, not included here as they're custom order for industrial use.
|
||||
#
|
||||
# The part number is in the format:
|
||||
# CM4WWRRFF where
|
||||
# WW = Wireless (00 = no, 10 = wifi)
|
||||
# RR = RAM (01 = 1 gig, 02 = 2 gig, 04 = 4 gig, 08 = 8 gig)
|
||||
# FF = Flash (00 = no flash, 08 = 8 gig, 16 = 16 gig, 32 = 32 gig)
|
||||
# So a module with no flash, no wifi and 8 gig ram would be CM4008000
|
||||
# As far as I can tell, the number does not change to account for the various PCB revisions.
|
||||
# See: https://datasheets.raspberrypi.com/cm4/cm4-product-brief.pdf
|
||||
##
|
||||
part_number: CM4008000
|
||||
|
||||
comments: |
|
||||
Raspberry Pi Compute Module 4
|
||||
* WiFi: No
|
||||
* RAM: 8 GB
|
||||
* Flash: 0 GB (Lite version, no eMMC)
|
||||
[Product Family](https://www.raspberrypi.com/products/compute-module-4/?variant=raspberry-pi-cm4008000)
|
15
module-types/Raspberry Pi/compute-module-4108000.yaml
Normal file
15
module-types/Raspberry Pi/compute-module-4108000.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
manufacturer: Raspberry Pi
|
||||
model: Compute Module 4108000
|
||||
# See note in compute-module-4008000.yaml about the part number format
|
||||
part_number: '4108000'
|
||||
comments: |
|
||||
Raspberry Pi Compute Module 4
|
||||
* WiFi: Yes
|
||||
* RAM: 8 GB
|
||||
* Flash: 0 GB (Lite version, no eMMC)
|
||||
[Product Family](https://www.raspberrypi.com/products/compute-module-4/?variant=raspberry-pi-cm4108000)
|
||||
|
||||
interfaces:
|
||||
- name: wlan0
|
||||
type: ieee802.11ac
|
Reference in New Issue
Block a user