From 4fccdaf5ddb850d1f4e74cbc34e95eba3a475aff Mon Sep 17 00:00:00 2001 From: Ioannis Glaropoulos Date: Tue, 15 Jan 2019 14:16:10 +0100 Subject: [PATCH] dts: nordic: add missing nRF91 flash controller binding This commits adds the binding for nRF9160 flash controller. Signed-off-by: Ioannis Glaropoulos --- .../nordic,nrf91-flash-controller.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 dts/bindings/flash_controller/nordic,nrf91-flash-controller.yaml diff --git a/dts/bindings/flash_controller/nordic,nrf91-flash-controller.yaml b/dts/bindings/flash_controller/nordic,nrf91-flash-controller.yaml new file mode 100644 index 00000000000..9663995e32b --- /dev/null +++ b/dts/bindings/flash_controller/nordic,nrf91-flash-controller.yaml @@ -0,0 +1,15 @@ +--- +title: Nordic NVMC +version: 0.1 + +description: > + This binding gives a base representation of the Nordic NVMC + +inherits: + !include flash-controller.yaml + +properties: + compatible: + constraint: "nordic,nrf91-flash-controller" + +...