Skip to content

Commit

Permalink
dts: bindings: flash_controller: add ncs line property to stm32 xspi …
Browse files Browse the repository at this point in the history
…flash

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

Signed-off-by: Guillaume Gautier <[email protected]>
  • Loading branch information
gautierg-st authored and aescolar committed Jun 14, 2024
1 parent 68bb87b commit 3e99dc2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dts/bindings/flash_controller/st,stm32-xspi-nor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 3e99dc2

Please sign in to comment.