From 2af4d1aa00a582166f819599dce36f7c4c7e6b2b Mon Sep 17 00:00:00 2001 From: Erwan Gouriou Date: Wed, 22 Mar 2023 17:28:41 +0100 Subject: [PATCH] dts: bindings: Add stm32wba flash controller binding Required to compile wba variant of stm32 flash controller Signed-off-by: Erwan Gouriou --- .../flash_controller/st,stm32wba-flash-controller.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dts/bindings/flash_controller/st,stm32wba-flash-controller.yaml diff --git a/dts/bindings/flash_controller/st,stm32wba-flash-controller.yaml b/dts/bindings/flash_controller/st,stm32wba-flash-controller.yaml new file mode 100644 index 00000000000..5ef97c10ece --- /dev/null +++ b/dts/bindings/flash_controller/st,stm32wba-flash-controller.yaml @@ -0,0 +1,5 @@ +description: STM32 WBA flash controller + +compatible: "st,stm32wba-flash-controller" + +include: flash-controller.yaml