dts: stm32: Add generic compatible for flash controller

Add "st,stm32-flash-controller" as stm32 generic flash controller.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2020-04-13 18:00:09 +02:00 committed by Kumar Gala
commit c2833af1af
14 changed files with 18 additions and 13 deletions

View file

@ -28,7 +28,7 @@
soc {
flash-controller@40022000 {
compatible = "st,stm32f0-flash-controller";
compatible = "st,stm32-flash-controller", "st,stm32f0-flash-controller";
label = "FLASH_CTRL";
reg = <0x40022000 0x400>;
interrupts = <3 0>;