dts: bindings: flash_controller: add ncs line property to stm32 xspi flash

Add a property to define the nCS line used by the XSPI driver for the
external Flash.

Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
This commit is contained in:
Guillaume Gautier 2024-06-11 10:45:38 +02:00 committed by Alberto Escolar
parent 68bb87bd50
commit 3e99dc26f6

View file

@ -51,3 +51,12 @@ properties:
enum:
- 1
- 2
ncs-line:
type: int
default: 1
enum:
- 1
- 2
description: |
Specifies which nCS line of the XSPI IO Manager is connected to the Flash.