Skip to content

Commit

Permalink
mr_canhubk3: document WKPU support
Browse files Browse the repository at this point in the history
Add WKPU related documentation.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
  • Loading branch information
manuargue committed Sep 14, 2023
1 parent 6529ed8 commit 7111e9e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions boards/arm/mr_canhubk3/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Interface Controller Driver/Component
SIUL2 on-chip | pinctrl
| gpio
| external interrupt controller
WKPU on-chip wake-up interrupt controller
LPUART on-chip serial
QSPI on-chip flash
FLEXCAN on-chip can
Expand All @@ -69,6 +70,14 @@ Each GPIO port is divided into two banks: low bank, from pin 0 to 15, and high
bank, from pin 16 to 31. For example, ``PTA2`` is the pin 2 of ``gpioa_l`` (low
bank), and ``PTA20`` is the pin 4 of ``gpioa_h`` (high bank).

Some GPIO pins support to generate external interrupts and/or wake-up interrupts.
To configure a GPIO to trigger wake-up interrupts, follow the instructions in
:zephyr_file:`dts/bindings/gpio/nxp,s32-gpio.yaml`.

.. note::

Power-management functionalities are currently not supported on S32K3 SoCs.

LEDs
----

Expand Down

0 comments on commit 7111e9e

Please sign in to comment.