@@ -29,18 +29,24 @@ The boards support the following hardware features:
29
29
+-----------+------------+-------------------------------------+
30
30
| Interface | Controller | Driver/Component |
31
31
+===========+============+=====================================+
32
- | GIC | on-chip | interrupt_controller |
32
+ | Arm GIC | on-chip | interrupt_controller |
33
33
+-----------+------------+-------------------------------------+
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 |
35
43
+-----------+------------+-------------------------------------+
36
44
| SIUL2 | on-chip | pinctrl |
37
45
| | | |
38
46
| | | gpio |
39
47
| | | |
40
48
| | | external interrupt controller |
41
49
+-----------+------------+-------------------------------------+
42
- | LINFlexD | on-chip | serial |
43
- +-----------+------------+-------------------------------------+
44
50
| SPI | on-chip | spi |
45
51
+-----------+------------+-------------------------------------+
46
52
| SWT | on-chip | watchdog |
@@ -110,8 +116,17 @@ remaining are disabled and not configured.
110
116
Watchdog
111
117
========
112
118
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.
115
130
116
131
Programming and Debugging
117
132
*************************
0 commit comments