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:
parent
68bb87bd50
commit
3e99dc26f6
1 changed files with 9 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue