dts: bindings: kinetis-ftfa: Add configuration properties
Add configuration settings for the FOPT, FSEC, and flash configuration offset to the FTFA module binding. Signed-off-by: Michal Smola <michal.smola@nxp.com>
This commit is contained in:
parent
5a6b339046
commit
d913f6cc9f
1 changed files with 19 additions and 0 deletions
|
|
@ -3,3 +3,22 @@ description: NXP Kinetis Flash Memory Module A (FTFA)
|
|||
compatible: "nxp,kinetis-ftfa"
|
||||
|
||||
include: flash-controller.yaml
|
||||
|
||||
properties:
|
||||
fsec:
|
||||
type: int
|
||||
description: |
|
||||
Configures the reset value of the FSEC register, which includes
|
||||
backdoor key access, mass erase, factory access, and flash security
|
||||
options.
|
||||
|
||||
fopt:
|
||||
type: int
|
||||
description: |
|
||||
Configures the reset value of the FOPT register, which includes boot,
|
||||
NMI, and EzPort options.
|
||||
|
||||
config-field-offset:
|
||||
type: int
|
||||
description: |
|
||||
Flash configuration field offset
|
||||
|
|
|
|||
Loading…
Reference in a new issue