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" + +...