Skip to content

Commit 0cfd560

Browse files
committed
Hardware: Extend network interface description
Make it clear which Linux interface belongs to which connector. Signed-off-by: Stefan Wahren <stefan.wahren@chargebyte.com>
1 parent 8462b11 commit 0cfd560

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

docs/source/hardware.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ Power & Safety
5959
Profinet
6060
^^^^^^^^
6161

62+
The Profinet interface supports 10/100 Mbit/s Ethernet. In the Linux operating
63+
system it is available as network interface ``eth2``. The MAC address of this
64+
interface is stored within the OTP of the System on Chip.
65+
6266
.. list-table::
6367
:widths: 15 85
6468
:header-rows: 1
@@ -81,6 +85,10 @@ Profinet
8185
LAN (OCPP)
8286
^^^^^^^^^^
8387

88+
The LAN interface supports 10/100 Mbit/s Ethernet. In the Linux operating
89+
system it is available as network interface ``eth0``. The MAC address of this
90+
interface is stored within the OTP of the System on Chip.
91+
8492
.. list-table::
8593
:widths: 15 85
8694
:header-rows: 1
@@ -103,6 +111,10 @@ LAN (OCPP)
103111
MCS
104112
^^^
105113

114+
The MCS interface supports 10 Mbit/s Ethernet. In the Linux operating
115+
system it is available as network interface ``eth1``. The MAC address of
116+
this host interface is stored within the EEPROM on the Charge SOM.
117+
106118
.. list-table::
107119
:widths: 15 85
108120
:header-rows: 1
@@ -133,6 +145,10 @@ MCS
133145
IO
134146
^^
135147

148+
The CAN interface is a full implementation of the CAN FD protocol specification
149+
version 2.0B. It is available on Linux network interface ``can0``, which has a
150+
default bitrate of 1 Mbit/s.
151+
136152
.. list-table::
137153
:widths: 15 85
138154
:header-rows: 1

0 commit comments

Comments
 (0)