Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/source/hardware.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ Power & Safety
Profinet
^^^^^^^^

The Profinet interface supports 10/100 Mbit/s Ethernet. In the Linux operating
system it is available as network interface ``eth2``. The MAC address of this
interface is stored within the OTP of the System on Chip.

.. list-table::
:widths: 15 85
:header-rows: 1
Expand All @@ -81,6 +85,10 @@ Profinet
LAN (OCPP)
^^^^^^^^^^

The LAN interface supports 10/100 Mbit/s Ethernet. In the Linux operating
system it is available as network interface ``eth0``. The MAC address of this
interface is stored within the OTP of the System on Chip.

.. list-table::
:widths: 15 85
:header-rows: 1
Expand All @@ -103,6 +111,10 @@ LAN (OCPP)
MCS
^^^

The MCS interface supports 10 Mbit/s Ethernet. In the Linux operating
system it is available as network interface ``eth1``. The MAC address of
this host interface is stored within the EEPROM on the SOM.

.. list-table::
:widths: 15 85
:header-rows: 1
Expand Down Expand Up @@ -133,6 +145,10 @@ MCS
IO
^^

The CAN interface is a full implementation of the CAN FD protocol specification
version 2.0B. It is available on Linux network interface ``can0``, which has a
default bitrate of 500 kBit/s.

.. list-table::
:widths: 15 85
:header-rows: 1
Expand Down
Loading