mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-08 09:34:59 +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
284 B
YAML
16 lines
284 B
YAML
---
|
|
manufacturer: Raspberry Pi
|
|
model: Raspberry Pi 3 Model B+ 1GB
|
|
slug: rpi3-modbp-1gb
|
|
part_number: RPI3-MODBP-1GB
|
|
u_height: 0
|
|
is_full_depth: false
|
|
interfaces:
|
|
- name: eth0
|
|
type: 1000base-t
|
|
- name: wlan0
|
|
type: ieee802.11ac
|
|
power-ports:
|
|
- name: PSU
|
|
type: usb-micro-b
|