-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adding lawo .edge * Removing an extra blank line * Corrected board name * Corrected file name * name in low case * remove dot at start of the name * Adjusting the filename to the model name * removind the leading dot from everywhere * Had forgotten one leading dot
- Loading branch information
Showing
4 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
manufacturer: Lawo | ||
model: edge-FRAME | ||
slug: lawo-edge-frame | ||
u_height: 2.0 | ||
is_full_depth: true | ||
comments: .edge line of product (based on Edge V) is a Hyper-Density SDI/IP Conversion and Routing Platform | ||
front_image: true | ||
rear_image: true | ||
power-ports: | ||
- name: PSU 1 | ||
type: iec-60320-c14 | ||
- name: PSU 2 | ||
type: iec-60320-c14 | ||
module-bays: | ||
- name: Slot 1 | ||
position: '1' | ||
- name: Slot 2 | ||
position: '2' | ||
- name: Slot 3 | ||
position: '3' | ||
- name: Slot 4 | ||
position: '4' |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
manufacturer: Lawo | ||
model: edge-processing-blade | ||
description: FPGA-based processing board quipped with four 25Gbps SFP28 and two 100Gbps QSFP28 ports, 25GbE connectivity 100GbE as option | ||
interfaces: | ||
- name: Slot {module}.SFP1 | ||
label: SFP 1 | ||
type: 25gbase-x-sfp28 | ||
- name: Slot {module}.SFP2 | ||
label: SFP 2 | ||
type: 25gbase-x-sfp28 | ||
- name: Slot {module}.QSFP1 | ||
label: QSFP 1 | ||
type: 100gbase-x-qsfp28 | ||
- name: Slot {module}.QSFP2 | ||
label: QSFP 2 | ||
type: 100gbase-x-qsfp28 | ||
- name: Slot {module}.SFP3 | ||
label: SFP 3 | ||
type: 25gbase-x-sfp28 | ||
- name: Slot {module}.SFP4 | ||
label: SFP 4 | ||
type: 25gbase-x-sfp28 | ||
- name: Slot {module}.MGMT1 | ||
label: MGMT 1 | ||
type: other | ||
- name: Slot {module}.MGMT2 | ||
label: MGMT 2 | ||
type: other |