:orphan:
.. raw:: html
.. dtcompatible:: nxp,s32-xspi-sfp-frad
.. _dtbinding_nxp_s32_xspi_sfp_frad:
nxp,s32-xspi-sfp-frad
#####################
.. sidebar:: Overview
:Name: ``nxp,s32-xspi-sfp-frad``
:Vendor: :ref:`NXP Semiconductors N.V. `
:Used in: :zephyr:board-catalog:`List of boards <#compatibles=nxp,s32-xspi-sfp-frad>` using
this compatible
Description
***********
.. code-block:: none
NXP S32 eXpanded Serial Peripheral Interface (XSPI) Secure Flash Protection SFP FRAD.
The SFP FRAD performs second-level checks on input flash write and erase transactions, based on the address range of each transaction.
Properties
**********
Top level properties
====================
No top-level properties.
Child node properties
=====================
.. list-table::
:widths: 1 1 4
:header-rows: 1
* - Name
- Type
- Details
* - ``reg``
- ``array``
- This property is **required**.
See :ref:`zephyr:dt-important-props` for more information.
* - ``master-domain-acp-policy``
- ``int``
- .. code-block:: none
Selects the master domain access control policy, defined in dt-bindings/xspi/nxp-s32-xspi.h:
- NXP_S32_XSPI_NON_SECURE: Selects the non-secure access control policy.
- NXP_S32_XSPI_SECURE: Selects the secure access control policy.
- NXP_S32_XSPI_PRIVILEGE: Selects the privilege access control policy.
Allowed combinations:
- NXP_S32_XSPI_SECURE
- NXP_S32_XSPI_SECURE | NXP_S32_XSPI_PRIVILEGE
- NXP_S32_XSPI_NON_SECURE | NXP_S32_XSPI_PRIVILEGE
- NXP_S32_XSPI_NON_SECURE | NXP_S32_XSPI_SECURE | NXP_S32_XSPI_PRIVILEGE
This property is **required**.