Skip to content

Commit b7a766e

Browse files
manuarguelaurenmurphyx64
authored andcommitted
boards: s32z270dc2_r52: document supported features
Document supported features and do minor refactoring. Signed-off-by: Manuel Arguelles <manuel.arguelles@nxp.com>
1 parent db9faa3 commit b7a766e

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

boards/arm/s32z270dc2_r52/doc/index.rst

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,24 @@ The boards support the following hardware features:
2929
+-----------+------------+-------------------------------------+
3030
| Interface | Controller | Driver/Component |
3131
+===========+============+=====================================+
32-
| GIC | on-chip | interrupt_controller |
32+
| Arm GIC | on-chip | interrupt_controller |
3333
+-----------+------------+-------------------------------------+
34-
| ARM Timer | on-chip | timer |
34+
| Arm Timer | on-chip | timer |
35+
+-----------+------------+-------------------------------------+
36+
| LINFlexD | on-chip | serial |
37+
+-----------+------------+-------------------------------------+
38+
| MRU | on-chip | mbox |
39+
+-----------+------------+-------------------------------------+
40+
| NETC | on-chip | ethernet |
41+
| | | |
42+
| | | mdio |
3543
+-----------+------------+-------------------------------------+
3644
| SIUL2 | on-chip | pinctrl |
3745
| | | |
3846
| | | gpio |
3947
| | | |
4048
| | | external interrupt controller |
4149
+-----------+------------+-------------------------------------+
42-
| LINFlexD | on-chip | serial |
43-
+-----------+------------+-------------------------------------+
4450
| SPI | on-chip | spi |
4551
+-----------+------------+-------------------------------------+
4652
| SWT | on-chip | watchdog |
@@ -110,8 +116,17 @@ remaining are disabled and not configured.
110116
Watchdog
111117
========
112118

113-
Currently Watchdog only supports interrupt triggering, but does not support
114-
reset function because currently the board does not support running on flash.
119+
The watchdog driver only supports triggering an interrupt upon timer expiration.
120+
Zephyr is currently running from SRAM on this board, thus system reset is not
121+
supported.
122+
123+
Ethernet
124+
========
125+
126+
NETC driver supports to manage the Physical Station Interface (PSI0) and/or a
127+
single Virtual SI (VSI). The rest of the VSI's shall be assigned to different
128+
cores of the system. Refer to :ref:`nxp_s32_netc-samples` to learn how to
129+
configure the Ethernet network controller.
115130

116131
Programming and Debugging
117132
*************************

samples/boards/nxp_s32/netc/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. nxp_s32_netc-samples:
1+
.. _nxp_s32_netc-samples:
22

33
NXP S32 NETC Sample Application
44
###############################

0 commit comments

Comments
 (0)