1description: NXP Kinetis Flash Memory Module A (FTFA)
2
3compatible: "nxp,kinetis-ftfa"
4
5include: flash-controller.yaml
6
7properties:
8  fsec:
9    type: int
10    description: |
11      Configures the reset value of the FSEC register, which includes
12      backdoor key access, mass erase, factory access, and flash security
13      options.
14
15  fopt:
16    type: int
17    description: |
18      Configures the reset value of the FOPT register, which includes boot,
19      NMI, and EzPort options.
20
21  config-field-offset:
22    type: int
23    description: |
24      Flash configuration field offset
25