mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2025-01-21 21:59:28 +01:00
Raspberrypi device fixes (#819)
* 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
This commit is contained in:
parent
d1621cbc4f
commit
732738c97d
@ -7,7 +7,9 @@ u_height: 0
|
||||
is_full_depth: false
|
||||
interfaces:
|
||||
- name: eth0
|
||||
type: 1000base-t
|
||||
type: 100base-tx
|
||||
- name: wlan0
|
||||
type: ieee802.11n
|
||||
power-ports:
|
||||
- name: PSU
|
||||
type: nema-1-15p
|
||||
type: usb-micro-b
|
||||
|
@ -8,6 +8,8 @@ is_full_depth: false
|
||||
interfaces:
|
||||
- name: eth0
|
||||
type: 1000base-t
|
||||
- name: wlan0
|
||||
type: ieee802.11ac
|
||||
power-ports:
|
||||
- name: PSU
|
||||
type: nema-1-15p
|
||||
type: usb-micro-b
|
||||
|
@ -1,13 +1,15 @@
|
||||
---
|
||||
manufacturer: Raspberry Pi
|
||||
model: Raspberry Pi 4 Model B 1GB
|
||||
slug: rpi4-modbp-1gb
|
||||
part_number: RPI4-MODBP-1GB
|
||||
slug: rpi4-modb-1gb
|
||||
part_number: RPI4-MODB-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-c
|
@ -8,6 +8,8 @@ is_full_depth: false
|
||||
interfaces:
|
||||
- name: eth0
|
||||
type: 1000base-t
|
||||
- name: wlan0
|
||||
type: ieee802.11ac
|
||||
power-ports:
|
||||
- name: PSU
|
||||
type: nema-1-15p
|
||||
type: usb-c
|
||||
|
@ -8,6 +8,8 @@ is_full_depth: false
|
||||
interfaces:
|
||||
- name: eth0
|
||||
type: 1000base-t
|
||||
- name: wlan0
|
||||
type: ieee802.11ac
|
||||
power-ports:
|
||||
- name: PSU
|
||||
type: nema-1-15p
|
||||
type: usb-c
|
||||
|
@ -8,6 +8,8 @@ is_full_depth: false
|
||||
interfaces:
|
||||
- name: eth0
|
||||
type: 1000base-t
|
||||
- name: wlan0
|
||||
type: ieee802.11ac
|
||||
power-ports:
|
||||
- name: PSU
|
||||
type: nema-1-15p
|
||||
type: usb-c
|
||||
|
Loading…
Reference in New Issue
Block a user