mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-07 09:04:35 +01:00
732738c97d
* Change raspbery pi power connectors to correct USB connector * Rename 1GB pi 4 definitions file There is no B+ variant of the pi4 so rename to match other files * Add wireless interfaces to pi's and fix interface type on pi3 The pi3 has a 10/100 connection and n wifi The 3B+ and all 4 versions have gigabit ethernet and ac wifi
16 lines
275 B
YAML
16 lines
275 B
YAML
---
|
|
manufacturer: Raspberry Pi
|
|
model: Raspberry Pi 4 Model B 4GB
|
|
slug: rpi4-modb-4gb
|
|
part_number: RPI4-MODB-4GB
|
|
u_height: 0
|
|
is_full_depth: false
|
|
interfaces:
|
|
- name: eth0
|
|
type: 1000base-t
|
|
- name: wlan0
|
|
type: ieee802.11ac
|
|
power-ports:
|
|
- name: PSU
|
|
type: usb-c
|