drivers: flash: NXP KL2X/KW4xZ: Add device tree support

Add device tree support for the "nxp,kinetis-ftfa" flash controller used
on the NXP KL2X and KW4xZ SoCs.

Fixes: #5788

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2018-01-29 13:24:08 -06:00 committed by Maureen Helm
commit b8173d960e
6 changed files with 74 additions and 15 deletions

View file

@ -0,0 +1,19 @@
---
title: NXP Kinetis Flash Memory Module (FTFA)
id: nxp,kinetis-ftfa
version: 0.1
description: >
This binding gives for the NXP Kinetis Flash Memory Module A (FTFA)
inherits:
!include flash-controller.yaml
properties:
compatible:
type: string
category: required
description: compatible strings
constraint: "nxp,kinetis-ftfa"
...