1# Copyright 2023 NXP
2# SPDX-License-Identifier: Apache-2.0
3
4description: |
5  QSPI memory device supporting xSPI or Hyperbus.
6
7compatible: "nxp,s32-qspi-device"
8
9include: [base.yaml, "jedec,jesd216.yaml"]
10
11on-bus: qspi
12
13properties:
14  reg:
15    required: true
16
17  memory-alignment:
18    type: int
19    description: |
20      Memory alignment in bytes, used to calculate padding when performing
21      unaligned accesses.
22      If not provided, 1 byte alignment will be selected.
23